You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/12/13 01:27:13 UTC

svn commit: r486430 - /cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl

Author: anathaniel
Date: Tue Dec 12 16:27:12 2006
New Revision: 486430

URL: http://svn.apache.org/viewvc?view=rev&rev=486430
Log:
Fix hello.svg sample in batik block

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl?view=diff&rev=486430&r1=486429&r2=486430
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/hello-world/style/xsl/page2svg.xsl Tue Dec 12 16:27:12 2006
@@ -18,7 +18,9 @@
 
 <!-- CVS $Id$ -->
 
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0"
+                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+                xmlns="http://www.w3.org/2000/svg">
 
  <xsl:template match="page">
   <svg width="500" height="160">