mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
13 lines
283 B
XML
13 lines
283 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||
|
<?xml-stylesheet type="text/xsl" href="xmlview.xsl"?>
|
||
|
<test>
|
||
|
<field>
|
||
|
<title>title1</title>
|
||
|
<value>value1</value>
|
||
|
</field>
|
||
|
<field>
|
||
|
<title>title2</title>
|
||
|
<value>value2</value>
|
||
|
</field>
|
||
|
</test>
|