XPath nOOb

Questions about XML that are not covered by the other forums should go here.
sansp00
Posts: 1
Joined: Wed Apr 04, 2007 6:07 pm
Location: Montreal,Qc.

XPath nOOb

Post by sansp00 »

Hello, I have what may sound as a stupid question/request ...
We currently built all our xsd and would like to have a way to extract the XPath of all the components in order to document the mapping to our back end system fields. Basically, I would like the ability to extract all fields in the xsd into a list of unique keys ( to document mapping ).
Is there a way to accomplish this ?
Thanks !
Patrick S.
In theory, there is no difference between theory and practice, in practice, there is ...
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Probably you can do this with an XSLT stylesheet. Without a small example of an XML Schema and the expected output of the list with unique keys it is hard to give you a solution based on such a general description.


Regards,
Sorin
Post Reply