Validate XML, Parse XML to JS Object, or Build XML from JS Object without C/C++ based libraries and no callback.
Features
- Validate XML data syntactically
- Parse XML to JS Object
- Allow Boolean Attributes
- Parse attribute's value to float / integer / boolean
- Parse CDATA as separate property
- Remove namespace string from tag and attribute names
- Build XML from JS Object
- XML Entities, HTML entities, and DOCTYPE entites are supported.
- Supports parsing of PI (Processing Instruction) tags with XML declaration tags
