|
Getting attributes of XML from XSD...
|
[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: Getting attributes of XML from XSD...
- From: Ashish Gupta <guptash@gmail.com>
- Date: Fri, 21 Oct 2005 13:13:48 +0530
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=faQCYjO7p/LFF4zQ7NauTJKl8hAuYIG+qly+aFAGsMhuKLMwhl1LM/SsmiudI5ByNsWPhSi1aX3+auIk35r2/FcRng8MSiJww6SF6KYOFRLUeOU2RXNTm7i24DEeorAEF6K7EJjR9+0Pcl01y8jFcagkHwJUcSQFcTYnUFKTLnI=
HI, I have one XML file which is confirming to one XSD. In XML, attributes can be optional. But in XSD, attributes are FIXED type and I want to extract the values of attributes from XSD if they are not present in XML file. I will be parsing the XML file using SAX. How can I get the attributes values from XSD? Please help me as I am stuck in one mission critical project. Thanks in advance.
Regards, Ashish
|
|
|
|
|