Hello

Is there any known way to parse html files with:
<script>
some script with  tricky symbols , like "< >" that ruins the parsing
</script> tag?

I've not found any better option but to re-implement THTMLReader
(copy-paste + modify) and run a custom parser to skip the content of
the script tag, and then go-on parsing html file.

Also, is there any reason for f parameter to be "var"?

procedure ReadHTMLFile(var ADoc: THTMLDocument; var f: TStream);
procedure ReadHTMLFragment(AParentNode: TDOMNode; var f: TStream);

thanks,
Dmitry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to