Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

xpath-service

Provides XPath and Stylesheet features for Hudson and Jelly (which no longer contain Jaxen).

Converting dom4j XPath-related calls to XPath service is usually trivial, e.g.,

doc.selectNodes(pathExpr)

becomes

new XPath(pathExpr).selectNodes(doc)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages