xsl-list
[Top] [All Lists]

RE: Unwanted Prefixes in Output

2005-09-21 04:13:08

    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/




--~------------------------------------------------------------------
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>
--~--