OFF TOPIC: New Dad

Subject: OFF TOPIC: New Dad
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 10 May 2000 16:48:26 +0100
XSL-List readers:

Please apply this template to current XSL-List processing.

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


Current Thread