xsl-list
[Top] [All Lists]

Re: [xsl] HTML Tags in XML

2006-05-04 05:20:10
On 5/4/06, andrew welch <andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:

<xsl:template match="info">
       <xsl:copy-of select="."/>
</xsl:template>

Should'nt this template be

<xsl:template match="info">
   <xsl:copy-of select="node()"/>
</xsl:template>

Otherwise <info> tags would also come in the output..

Regards,
Mukul

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