More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / foo.xsl
diff --git a/experiments/dep-logging/foo.xsl b/experiments/dep-logging/foo.xsl
new file mode 100644 (file)
index 0000000..67c95c6
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0"
+       xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+       xmlns:exslt="http://exslt.org/common"
+>
+       <xsl:template match="/">
+               <information>
+                       <xsl:copy-of select="document('bar.xml')"/>
+                       <xsl:copy-of select="document('bzing.xml')"/>
+               </information>
+       </xsl:template>
+       
+</xsl:stylesheet>