Test

Xml code posted by Test
created at 02 Mar 20:12

Edit | Back
1
2
3
4
5
6
7
8
<PropertyList>
  <node-1 type="string">this is a string node</node-1>
  <node-2 type="int">9</node-2> <!-- integer node -->
  <node-3 type="float">3.14</node-3> <!-- float node -->
  <node-4 type="double" /> <!-- double node, with no value -->
  <node-5 type="bool" /> <!-- bool node, with no value -->
  <node-6>this node's type is undefined.</node-6>
</PropertyList>
375 Bytes in 2 ms with coderay