DTD parser?

2003-02-20 Thread Samuel Cheung
Title: DTD parser? Hi, Can I use xerces to parser DTD only? What kind of data structure it will build? I would like to do stuff like this: 1. given an ElementName, can that ElementName has a child named "aChildName"? 2. given an ElementName, what are the requried attributes? Thanks.

Réf. : Re: Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

2003-02-20 Thread Nicolas . GOLOUBENKO
You're right, I read the samples and had a look at the Xalan API. I was wrong because I thought that it was possible to execute X-Path requests directly from a node in Xerces and I didn't think about using Xalan to do that... Thank you.

Validate complex type element

2003-02-20 Thread Sam
Does any one know of away to validate a complex type element? ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! - To unsubscribe, e-mail: [EMAIL PROT

Re: Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

2003-02-20 Thread Joseph Kesselman
On Thursday, 02/20/2003 at 09:02 CET, [EMAIL PROTECTED] wrote: > You mean that the Xalan API can be used outside any XSL stylesheet to browse > nodes inside an XML tree Yes. This has been true for a VERY long time. > or to update nodes values/nodes attributes inside an XML tree ? Updating isn'

Réf. : Re: Réf. : Re: Réf. : RE: Réf. : XML Schema parser?

2003-02-20 Thread Nicolas . GOLOUBENKO
You mean that the Xalan API can be used outside any XSL stylesheet to browse nodes inside an XML tree or to update nodes values/nodes attributes inside an XML tree ? I thought that Xalan was only an XSL stylesheets processing API...

Re: Schema validation question again

2003-02-20 Thread Jesus M. Salvo Jr.
Jeff, Thanks for the explanation. John Jeff Greif wrote: the schema does not mention the attribute elementFormDefault, so the elements are unqualified. This means that the global elements (elements whose declarations are children of the schema element) are in the target namespace, while local elem

Re: Schema validation question again

2003-02-20 Thread Jeff Greif
the schema does not mention the attribute elementFormDefault, so the elements are unqualified. This means that the global elements (elements whose declarations are children of the schema element) are in the target namespace, while local elements (defined within complex types) are in no namespace.

Schema validation question again

2003-02-20 Thread Jesus M. Salvo Jr.
Using Xerces 2.2.1, why is it that this one validates correctly against the SOAP 1.1 schema ( Schema definition available at http://schemas.xmlsoap.org/soap/envelope/ ): http://schemas.xmlsoap.org/soap/envelope/";> http://www.3gpp.org/ftp/Specs/archive/23_series/23.140/schema/REL-5