↧
Answer by Michael Kay for XML Schema. Processing namespace-aware attribute...
SAX is a very low level to be using for reading schema documents. You'll remove a lot of hassle if you move to a higher level interface like XSLT. You'll remove even more hassle if you read the schema...
View ArticleAnswer by jtahlborn for XML Schema. Processing namespace-aware attribute values
yes, this is a major bug in xml schema/wsdl. utilizing the xml namespace prefixes inside of attribute values was a giant mistake (since the prefix values themselves are not significant, only...
View ArticleXML Schema. Processing namespace-aware attribute values
Part of my project involves heavy transformations of user-defined schema documents. I need to be able to change target namespaces, support type cross-references and build wsdl upon multiple schema...
View Article