Re: Xalan to transform only selected elements of XML

Subject: Re: Xalan to transform only selected elements of XML
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 31 May 2000 23:08:49 -0600 (MDT)
>   <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


Current Thread