|
[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
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>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








