Subject: RE: OFF TOPIC: New Dad
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 11 May 2000 09:30:10 +0100
|
> <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>
>
Congratulations, Tony, in the circumstances I think we'll forgive Wendell
his syntax errors and lack of internationalization!
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|