This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: OFF TOPIC: New Dad


 
> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]