RE: [xsl] Unwanted Prefixes in Output

Subject: RE: [xsl] Unwanted Prefixes in Output
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 21 Sep 2005 12:13:08 +0100
>     Probably common problem with namespace emissions. Tried to cut
>     it down to the basics.
> 
> <xsl:stylesheet
>     xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
>     xmlns:atom="http://www.w3.org/2005/Atom";>
>     version="2.0">
>     
>     <xsl:template match="node()" mode="copy-entry"
> 
>     <xsl:template match="atom:entry">

You've stripped it down a bit two far. The truncated first template is the
one that does what you don't want it to do...

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

Current Thread