mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Also adds the following supporting files: - everything in the xmltestdata/c14n-20/ directory - xmltestdata/expat224_utf8_bug.xml - xmltestdata/simple-ns.xml - xmltestdata/simple.xml
8 lines
152 B
XML
Vendored
8 lines
152 B
XML
Vendored
<?pi data?>
|
|
<!-- comment -->
|
|
<root xmlns='namespace'>
|
|
<element key='value'>text</element>
|
|
<element>text</element>tail
|
|
<empty-element/>
|
|
</root>
|