Re: [xsl] The prefix "svg" for element "svg:svg" is not bound.

Subject: Re: [xsl] The prefix "svg" for element "svg:svg" is not bound.
From: Nico Van Cleemput <Nicolas.VanCleemput@xxxxxxxx>
Date: Tue, 2 Jan 2007 12:14:45 +0100
Nevermind: I was getting the error because an error in my build script didn't copy the newest version of the xsl-file to my execution directory.

On 02 Jan 2007, at 11:54, Nico Van Cleemput wrote:

Hi, I'm getting the following error when using Xalan.

My xsl-file is:

<xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/ Transform" xmlns:svg="http://www.w3.org/2000/svg";>
<xsl:template match="embedding">
<svg:svg width="2" height="2" xmlns:svg="http://www.w3.org/ 2000/svg">
</svg:svg>
</xsl:template>
</xsl:transform>


The input xml-file is just a simple

<embedding>...</embedding>

I guess I still don't get those namespaces as well as I should. Is there anyone who can point me to my mistake?

Nico

Current Thread