You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,9 @@ There are not many relevent new resources to be added in this project, so certai
9
9
## Parsing proccess
10
10
11
11
The inclusion is made reading and parsing the files, converting all plain-text
12
-
blocks to sequences of _Response.Write_ commands. Short output tags (__<=__) are expanded to _Response.Write_ commands.
12
+
blocks to sequences of _Response.Write_ commands. Short ASP output tags (__<=__) in are expanded to _Response.Write_ commands.
13
+
14
+
During the previous steps, all ASP tags (__<__ and __>__) are removed from the code.
13
15
At the end of this proccess, all plain text is conveted to VBScript output with valid code.
14
16
15
17
**_Warning:_ If a included file contains *class* declarations it will be executed on the global namespace - it's a simple fix for a VBScript limitation.**
0 commit comments