Difference between revisions of "Template:Winter test xml data"

From The 3geez Wiki
Jump to: navigation, search
Line 1: Line 1:
<xml>
+
<xml>
<xyz type="pipe">value4</xyz>
+
    <xyz type="pipe">value4</xyz>
<tests>
+
    <tests>
<test>value</test>
+
      <test>value</test>
<test>value2</test>
+
      <test>value2</test>
<test type="123">value3</test>
+
      <test type="123">value3</test>
<test>value5</test>
+
      <test>value5</test>
</tests>
+
    </tests>
</xml>
+
</xml>

Revision as of 11:47, 14 July 2007

<xml>
   <xyz type="pipe">value4</xyz>
   <tests>
      <test>value</test>
      <test>value2</test>
      <test type="123">value3</test>
      <test>value5</test>
   </tests>
</xml>