Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xsd-dev] Get the root element


Ani,

Please use the newsgroup instead of the mailing list for questions.

Any non-abstract global element declaration can be used as the root of an XML document, so all XSDElementDeclarations in XSDSchema.getElementDeclarations() for which XSDElementDeclaration.isAbstract is false is a possible root.


Ed Merks/Toronto/IBM@IBMCA
mailto: merks@xxxxxxxxxx
905-413-3265  (t/l 969)




Ani Marius <burzumel@xxxxxxxxx>
Sent by: xsd-dev-bounces@xxxxxxxxxxx

09/01/2005 09:11 AM

Please respond to
XSD discussion list

To
xsd-dev@xxxxxxxxxxx
cc
Subject
[xsd-dev] Get the root element





Hi!
I want to be able to find out which is the root
element in a XML file, knowing only the XSD schema for
that kind of files.


                                 
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs

_______________________________________________
xsd-dev mailing list
xsd-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xsd-dev


Back to the top