Nokogiri Features Overview
mainNokogiri provides a wide range of tools for working with XML and HTML:
- DOM Parser: For XML, HTML4, and HTML5.
- SAX Parser: For XML and HTML4.
- Push Parser: For XML and HTML4.
- Document Search: Via XPath 1.0 and CSS3 selectors (with jQuery-like extensions).
- Validation: XSD Schema validation.
- Transformation: XSLT transformation.
- Creation: A "Builder" DSL for generating XML and HTML documents.