To manipulate an HTML/XML document, you need an HTML/XML parser. The parser loads the document into your computer's memory. Once the document is loaded, its data can be manipulated using the DOM. The DOM treats the HTML/XML document as a tree. To learn more about the HTML/XML DOM, please read the
XML DOM tutorial. The Component can handle invalid HTML/XML - invalid nodes will be threaded as pure text. Guru.JavaScript HTML/XML Parser is cross-browser code library written in JavaScript without any 3rd party dependencies.
source: JavaScript
Distributed under Freeware Open Source license.
KEY FEATURES
- Cross-browser compliant (IE & Firefox)
- Parses HTM/XML (RSS) and anything with tags
- Can handle invalid HTML or XML
- Unlimited levels of child nodes supported
SYTEM REQUREMENTS
- IE or Firefox web browser
DEVELOPER EDITION PACKAGE CONTENT
- Complete source code JavaScript
- Sample application with example code