All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xmlts20130923.eduni.namespaces.1.0.007.xml Maven / Gradle / Ivy

<?xml version="1.0"?>
<!-- Namespace inequality test: different capitalization -->
<!DOCTYPE foo [
<!ELEMENT foo ANY>
<!ATTLIST foo xmlns:a CDATA #IMPLIED
              xmlns:b CDATA #IMPLIED
              xmlns:c CDATA #IMPLIED>
<!ELEMENT bar ANY>
<!ATTLIST bar a:attr CDATA #IMPLIED
              b:attr CDATA #IMPLIED
              c:attr CDATA #IMPLIED>
]>
<foo xmlns:a="http://example.org/wine"
     xmlns:b="http://Example.org/wine"
     xmlns:c="http://example.org/Wine">

<bar a:attr="1" b:attr="2" c:attr="3"/>

</foo>





© 2015 - 2024 Weber Informatics LLC | Privacy Policy