Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Generate XPath for element, type, and attributes in XSD file

Reply
Thread Tools

Generate XPath for element, type, and attributes in XSD file

 
 
Mavis
Guest
Posts: n/a
 
      08-08-2006
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!

 
Reply With Quote
 
 
 
 
=?iso-8859-1?q?Fl=E1vio_Barata?=
Guest
Posts: n/a
 
      08-08-2006

Mavis wrote:
> 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!


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XML + XSD: Is it possible to get all errors against the XSD? Markus Java 1 11-22-2005 02:53 PM
Difference between <import ....xsd> and <xlink:href=.....xsd> ???? Bernd Oninger XML 1 06-30-2004 08:21 AM
referencing another XSD file within an XSD file JavaDeveloper@nowhere.com XML 1 01-14-2004 05:22 PM
Are there any XPath parsers that generate XPath trees? goog XML 0 01-14-2004 01:47 PM
Re: navigate with xpath in .xsd file C. M. Sperberg-McQueen XML 0 07-02-2003 01:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57