Skip to content

Commit c467c08

Browse files
author
Mauro Linck
committed
First documentation update
1 parent b390204 commit c467c08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ There are not many relevent new resources to be added in this project, so certai
99
## Parsing proccess
1010

1111
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.
1315
At the end of this proccess, all plain text is conveted to VBScript output with valid code.
1416

1517
**_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

Comments
 (0)