xsl-list
[Top] [All Lists]

RE: Re: Transform XML to DXL using XSLT

2006-03-03 03:19:25
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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>