curcuru 99/12/15 11:00:40
Modified: samples/dom1 foo.xsl
samples/params foo.xsl
samples/simple foo.xsl
Log:
Update sample .xsl's with new namespace
Revision Changes Path
1.2 +1 -1 xml-xalan/samples/dom1/foo.xsl
Index: foo.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/samples/dom1/foo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foo.xsl 1999/11/08 20:55:04 1.1
+++ foo.xsl 1999/12/15 19:00:40 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="doc">
<out><xsl:value-of select="."/></out>
</xsl:template>
1.2 +1 -1 xml-xalan/samples/params/foo.xsl
Index: foo.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/samples/params/foo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foo.xsl 1999/11/08 20:55:14 1.1
+++ foo.xsl 1999/12/15 19:00:40 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="param1" select="'default value'"/>
<xsl:template match="doc">
<out><xsl:value-of select="$param1"/></out>
1.2 +1 -1 xml-xalan/samples/simple/foo.xsl
Index: foo.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/samples/simple/foo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foo.xsl 1999/11/08 20:55:06 1.1
+++ foo.xsl 1999/12/15 19:00:40 1.2
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="doc">
<out><xsl:value-of select="."/></out>
</xsl:template>