• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

XPath expression generator tool/utility??

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello XML Gurus,

Does anyone know if there is a tool or utility out in the XPath world that can generate basic XPath expressions for all the possible paths described by an XML Schema? Essentially the tool would output the possible paths (within reason) down the tree (from the root is necessary). The closest I could find was the XPath Explorer (Eclipse plugin/app) but it generates path expressions from an XML document and is good for experimenting with XPath expressions but doesn't specifically work with schemas.

Anyone know of such a tool or feature in a tool?

Thanks in advance,

Alan
reply
    Bookmark Topic Watch Topic
  • New Topic