Firstly, is it possible to locate everything in xsd by XPATH?
for example,
xs:element[@name="person"]/xs:complexType/xs:sequence/xs:element[@name="firstname"]
.....
Is there any good ways to record the XPath info through traversing the
XSD file?
Thanks!
Flávio Barata - 08 Aug 2006 12:31 GMT
> Firstly, is it possible to locate everything in xsd by XPATH?
> for example,
> xs:element[@name="person"]/xs:complexType/xs:sequence/xs:element[@name="firstname"]
> .....
What do you mean with 'everything' ?
Try to be more clear in your questions.
Flávio
> Is there any good ways to record the XPath info through traversing the
> XSD file?
>
> Thanks!