Thanks Daniel. I've checked the link. What I'm looking for is the access API to the schema components.
For instance, if I have a path "/a/b/c", I know by using Xpath I can get its corresponding node in xml file, but that's not enough for me. I also want to get its corresponding node (component) in that xml file's schema file. So the question is, if I have a path "/a/b/c", can I get the node (component) of "c" in the schema file? Basically I want to get all the description (type, attributes, etc) of "c" in the schema file. Thanks, Yong Chen -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Veillard Sent: Friday, June 10, 2005 7:59 AM To: Yong Chen (yongche) Cc: [email protected] Subject: Re: [xml] xml schema api On Thu, Jun 09, 2005 at 05:09:34PM -0700, Yong Chen (yongche) wrote: > Hi, > > Is there any plan for libxml2 to support xml schema api? http://xmlsoft.org/html/libxml-xmlschemas.html Daniel -- Daniel Veillard | Red Hat Desktop team http://redhat.com/ [EMAIL PROTECTED] | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
