minchau 2004/05/03 09:02:36
Modified: java/samples/Trace foo.xsl
Log:
Clean up related to bugzilla 24304.
There is no longer a space after the XML header. To keep the output
of this sample the same as before properties were set in the
stylesheet (indent="yes").
Submitted by: Sarah McNamara
Reviewed by: Brian Minchau
Revision Changes Path
1.2 +1 -0 xml-xalan/java/samples/Trace/foo.xsl
Index: foo.xsl
===================================================================
RCS file: /home/cvs/xml-xalan/java/samples/Trace/foo.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- foo.xsl 20 Oct 2000 12:52:03 -0000 1.1
+++ foo.xsl 3 May 2004 16:02:36 -0000 1.2
@@ -13,6 +13,7 @@
<xsl:variable name="product-list"
select="//product[not(.=following::product)]" />
+ <xsl:output indent="yes"/>
<xsl:template match="/">
<xsl:variable name="my-test"><a><b/></a></xsl:variable>
<html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]