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

Multiple Output Documents with XSLServlet

Subject: Multiple Output Documents with XSLServlet
From: "Kirk V. Hastings" <khasting@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Oct 1999 15:31:04 -0700
xslservlet
All,

I've been using the xt:document extension to output a "framed" view of a document:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:xt="http://www.jclark.com/xt"
  extension-element-prefixes="xt">

<xsl:template match="/">
  <xt:document method="html" href="frame.html">
    <xsl:call-template name="frame"/>
  </xt:document>
  <xt:document method="html" href="toc.html">
    <xsl:call-template name="toc"/>
  </xt:document>
  <xt:document method="html" href="content.html">
    <xsl:call-template name="content"/>
   </xt:document>
</xsl:template>
...
</xsl:stylesheet>

Now I would like to do it dynamically with James Clark's XSLServlet. However, not being a Java programmer, I'm finding it difficult to see what changes I would have to make to the code in order to output multiple documents directly to the browser. Has anyone else tackled a similar problem?

Kirk

Kirk V. Hastings
Digital Publishing Specialist
Library Systems Office
386 Doe Annex
University of California
Berkeley, CA, 94720

khasting@xxxxxxxxxxxxxxxxxxxx


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.