RE: [xsl] matching input value to a node

Subject: RE: [xsl] matching input value to a node
From: Dan Diebolt <dandiebolt@xxxxxxxxx>
Date: Sun, 29 Apr 2001 04:12:43 -0700 (PDT)
You need to use an attribute value template (AVT) to place
a value-of into the attribute value:

<xsl:template match="organisations/orgRecord">
   <input size="55" name="orgname" type="text" maxlength="200"
      value="{organisation}">
   </input>
</xsl:template>

Regards,

Dan

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread