1 repository
Programmatically editing, adding, or removing nodes and attributes in parsed XML and HTML documents.
Distinct from HTML Document Transformation: Distinct from HTML Document Transformation: focuses on low-level node/attribute manipulation rather than selector-driven content rewriting.
Explore 1 awesome GitHub repository matching content management & publishing · Node and Attribute Editors. Refine with filters or upvote what's useful.
Nokogiri is an XML and HTML parsing library that builds navigable document trees from strings, files, or URLs using native C parsers for speed and standards compliance. It provides a CSS selector engine that translates CSS3 selectors into XPath expressions for querying nodes, an XPath query interface with namespace support, a document manipulation toolkit for modifying parsed documents, XSD schema validation, and XSLT transformation capabilities. The library wraps libxml2 and libxslt C libraries with Ruby bindings for high-performance parsing, and integrates Google's Gumbo parser for standard
Edit, add, or remove nodes in parsed XML and HTML documents to transform content programmatically.