Skip to content

karan9123/XML-Parser-Navigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

XML Parser and Navigator

Project: xml tree parser and navigator

This is an XML parser and navigator implemented in Rust. It allows you to parse XML documents and navigate through their elements using XPath queries.

Features

  • Parses XML documents and constructs an element tree structure.
  • Supports XPath queries for element selection and traversal.
  • Provides functionality to extract information from selected elements.
  • Handles namespaces and attributes in XML elements.
  • Supports various XPath syntax, including axes, predicates, and attribute selection.

Releases

No releases published

Packages

No packages published