1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/ext/dom/tests/modern/html/serializer/sample.xml

12 lines
290 B
XML

<?xml version="1.0"?>
<container xmlns="some:ns" xmlns:bar="another:ns">
<x>
<subcontainer>
<test xmlns="x:y" />
<child2 />
</subcontainer>
<subcontainer2>
<foo xmlns="some:ns" />
</subcontainer2>
</x>
</container>