ultimatepp/autotest/XmlNode/0.xml
cxl 50922288b3 .autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@12645 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-06 10:00:27 +00:00

13 lines
353 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE Configuration>
<Configuration>
<Language id="CS-CZ"/>
<Dimension x="10" y="20"/>
<text>Some text</text>
<Number value="1.2345e100"/>
<TEST test_attr="23"/>
<cdata><![CDATA[<cdata&test>]]></cdata>
<empty1/>
<empty2></empty2>
<empty_cdata><![CDATA[]]></empty_cdata>
</Configuration>