M
MaxMax
If I have an XmlDocument and I want to discover which namespaces it has, how
should I do? And is the schemaLocation attribute automatically expanded
somewhere? (the schemaLocation has this format:
namespacename filename [namespacename filename] [namespacename filename]
.... )
I want to validate the XML file to its namespaces, but if I can't find which
namespaces it has, how should I do?
(and I need the name of the various namespaces for other reasons).
--- bye
should I do? And is the schemaLocation attribute automatically expanded
somewhere? (the schemaLocation has this format:
namespacename filename [namespacename filename] [namespacename filename]
.... )
I want to validate the XML file to its namespaces, but if I can't find which
namespaces it has, how should I do?
(and I need the name of the various namespaces for other reasons).
--- bye