mirror of
https://github.com/Kirill/simplexml.git
synced 2026-04-27 08:05:36 +02:00
7 lines
148 B
XML
7 lines
148 B
XML
|
|
<?xml version="1.0" encoding="windows-1251"?>
|
||
|
|
<root>
|
||
|
|
<elem1 a1="v1" a2="v2"> 1</elem1>
|
||
|
|
<!-- -->
|
||
|
|
<elem2 a1="v1" a2="v2"> 2</elem2>
|
||
|
|
</root>
|