[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

How to create an HTML file with the correct ext in lotusXSL

Subject: How to create an HTML file with the correct ext in lotusXSL
From: Brad Sommerfeld <bsommerfeld@xxxxxxx>
Date: Wed, 29 Mar 2000 09:27:16 -0600
brad sommerfeld
Artur Matos wrote:
 
I want my XSL processor to create cat1.html and cat2.html.
 
The way I have accomplished this is using a variable.  I construct a name with a static prefix, an element of the XML and .HTM (ex. prefixNAME.htm)
 
  <xsl:template match="XFDL">
    <xsl:variable name="outname">fileprefix<xsl:value-of select="name"/>.htm</xsl:variable>
 
    <redirect:write select="$outname">
      <!-- output goes here -->
    </redirect:write>
  </xsl:template>

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.