Files
XML_Data_Parsing/libxml2/test/catalogs/repeated-next-catalog.xml
T

11 lines
396 B
XML

<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<nextCatalog catalog="registry.xml"/>
<nextCatalog catalog="registry.xml"/>
<nextCatalog catalog="./registry.xml"/>
<nextCatalog catalog="././registry.xml"/>
<nextCatalog catalog="./././registry.xml"/>
<nextCatalog catalog="./../catalogs/registry.xml"/>
<nextCatalog catalog="./../catalogs/./registry.xml"/>
</catalog>