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:element name="Brian">
   <xsl:attribute name="wishes" select="congrats and all the best!">
   <xsl:attribute name="who" select="Tony and his growing family">
</xsl:element>

-----Oorspronkelijk bericht-----
Van: owner-xsl-list@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]Namens Wendell Piez
Verzonden: woensdag 10 mei 2000 17:48
Aan: xsl-list@mulberrytech.com
Onderwerp: OFF TOPIC: New Dad


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