This is the mail archive of the
xsl-list@mulberrytech.com
mailing list .
Re: Xalan to transform only selected elements of XML
- To: xsl-list at mulberrytech dot com
- Subject: Re: Xalan to transform only selected elements of XML
- From: Mike Brown <mike at skew dot org>
- Date: Wed, 31 May 2000 23:08:49 -0600 (MDT)
- Reply-To: xsl-list at mulberrytech dot com
> <xsl:template match="Insured">
> <xsl:apply-templates/>
> </xsl:template>
Change the apply-templates here to
<xsl:apply-templates select="FirstName|LastName|Zip"/>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list