Skip to content
FB55 edited this page Nov 25, 2011 · 26 revisions

##Usage var Parser = new htmlparser.Parser(handler, options);

##Option: xmlMode Indicates whether <script> and <style> tags should get special treatment. If false, their content will be text only. For RSS feeds and other XML content (not HTML), set this to true. Default: false.

Clone this wiki locally