Subject: RE: 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 |
|
Michael Kay - 21 Sep 2005 11:13:27 -0000 <=
Robert Koberg - 21 Sep 2005 11:35:55 -0000
Alan - 22 Sep 2005 05:51:02 -0000
|
|