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


Congratulations!

> 
> <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>
> 
> Best,
> Wendell Piez
> 
> 
> ======================================================================
> Wendell Piez                            mailto:wapiez@mulberrytech.com
> Mulberry Technologies, Inc.                http://www.mulberrytech.com
> 17 West Jefferson Street                    Direct Phone: 301/315-9635
> Suite 207                                          Phone: 301/315-9631
> Rockville, MD  20850                                 Fax: 301/315-8285
> ----------------------------------------------------------------------
>   Mulberry Technologies: A Consultancy Specializing in SGML and XML
> ======================================================================
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


 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]