RE: [xsl] Re: Transform XML to DXL using XSLT

Subject: RE: [xsl] Re: Transform XML to DXL using XSLT
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 3 Mar 2006 10:19:25 -0000
> I tried by changing the xslt by
> 
> <xsl:template match="eapqp:Level">
>    <item name="Level"><text><xsl:value-of select="."/></item>
> </xsl:template>
> 
> But it giving me error as illegal prefix.

Just declare the prefix in your stylesheet, using an xmlns:eapqp="....."
declaration in the usual way.

Michael Kay
http://www.saxonica.com/

Current Thread