Skip to content

hudson3-plugins/xpath-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages