Skip to content

The XML Toolbox contains several utilities for processing XML files.

License

Notifications You must be signed in to change notification settings

dbmdz/xml-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML Toolbox

XML Toolbox contains several utilities for processing XML files. Most important is XPathWrapper, which allows easy querying of XML files:

// ... get a org.w3c.dom.Document for your XML as 'doc'.
XPathWrapper wrapper = new XPathWrapper(doc);
Number id = wrapper.asNumber("//tei:classCode[@scheme='project']/tei:idno").intValue(), 12345)

About

The XML Toolbox contains several utilities for processing XML files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Languages