Re: [xsl] Need help rendering the HTML residing within the XML

Subject: Re: [xsl] Need help rendering the HTML residing within the XML
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Thu, 12 Aug 2004 12:23:12 -0400
At 04:08 AM 8/12/2004, it was written:
<xsl:template match="name">
<xsl:copy-of select="*"/>
</xsl:template>

This will copy only element node children of the 'name' element, not any text node children. Beware.


Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================

Current Thread