diff testdata/xml_output.xml @ 169:e29650db551f xsl-test

XSL Test case
author dkulinski
date Thu, 08 Sep 2011 17:34:11 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testdata/xml_output.xml	Thu Sep 08 17:34:11 2011 -0600
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<army>
+  <race>Mock Race</race>
+  <name>Mock Army</name>
+  <pointsAvailable>2000</pointsAvailable>
+  <pointsUsed>0</pointsUsed>
+  <category type="Mock Category">
+    <unit name="Mock Unit Type" points="0" models="10">
+      <statLine>
+        <stat name="name" value="Mock Unit Type" />
+      </statLine>
+    </unit>
+  </category>
+</army>
\ No newline at end of file