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

table of contents using lotusXSL

Subject: table of contents using lotusXSL
From: Mamoudou Wane <intern@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 5 Apr 2000 11:19:26 +0200
mamoudou wane
Hi all,

I would like to know if it is possible to append an existing file with the
redirect extension of lotusXSL.

I need to create multiple index files (table of contents) composed with title
and URL of each transformed file (XML)


<!--======= Redirecting table of contents ==========-->
<xsl:template match="/ihXML/ihdrug/generic" mode="index">
   <redirect:open file="zindex.htm"/>
      <redirect:write file="zindex.htm">
          <xsl:value-of select="/ihXML/ihdrug/generic"/>
      </redirect:write>
   <redirect:close file="zindex.htm"/>
</xsl:template>
<!--=========================================-->

with this example, after each processing, the zindex.htm file is erased. So the
result of my zindex.htm is only the last file treated with lotusXSL.
How can this be changed.

Best regards, 
Mamoudou Wane.


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


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.