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

From The 3geez Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<xml>
+
<xml>
<test>value</test>
+
    <xyz type="pipe">value4</xyz>
<test>value2</test>
+
    <tests>
<test>value3</test>
+
      <test>value</test>
<xyz>value4</xyz>
+
      <test>value2</test>
<test>value5</test>
+
      <test type="123">value3</test>
</xml>
+
      <test>value5</test>
 +
    </tests>
 +
</xml>

Latest revision as of 12:10, 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>