RE: OFF TOPIC: New Dad

Subject: RE: OFF TOPIC: New Dad
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Wed, 10 May 2000 15:58:07 -0700
Congrats Tony.

Francis

 
> 
> <xsl:template match="TonyGraham">
>   <xsl:copy>
>     <xsl:copy-of select="*|@*"/>
>     <!-- new child goes here -->
>     <xsl:element name="MarkDanielGraham">
>       <xsl:attribute name="gender" select="'boy'"/>
>       <xsl:attribute name="weight" select="'6 lb, 10 oz'"/>
>     </xsl:element>
>   </xsl:copy>
> </xsl:template>
 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread