mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
14 lines
258 B
XML
14 lines
258 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
|
|
<!-- this is a test document -->
|
|
<document>
|
|
<!-- test comment -->
|
|
<x name="x">x</x>
|
|
<y name="y">y</y>
|
|
<z name="z">z</z>
|
|
|
|
<abc>
|
|
<def>def</def>
|
|
</abc>
|
|
</document>
|