search for: sxml

Displaying 1 result from an estimated 1 matches for "sxml".

Did you mean: svml
2011 Nov 30
3
Inline HTML legalities
...aware, the Perl version massages the file into the final output with a number of regexes. In my version I'm trying to use the regexes to detect the starts and ends of the features and then take specific action to emit the final representation. I'm doing it this way because I want to emit an SXML tree data structure rather than an opaque string. I read the source file into a list of lines and can run regexes on individual lines. I can successfully extract link references. I'm currently trying to extract inline HTML, basing my code on regexes from _HashHTMLBlocks. I can detect the st...