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

Re: XSL stylesheets for TEI XML documents

Subject: Re: XSL stylesheets for TEI XML documents
From: Patrice Bonhomme <Patrice.Bonhomme@xxxxxxxx>
Date: Fri, 10 Dec 1999 17:36:59 +0100
xslx
sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx said:
] I have revised my set of XSL stylesheets for TEI XML documents; these
] cover both HTML and XSL FO generation, and include a customization
] layer. 

Very nice...


sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx said:
] The HTML stylesheets rely on an addiition to XSLT to allow multiple
] files created from one XML source; the XT, Saxon and Xalan extensions
] for this are all supported. 

This is quite annoying if we have to handle each of the XSLT implementations. 
It should be nice to specify a common architecture for managing some more 
processing/implmentation things. This common architecture sould be specified 
above the XSL/XSLT recommandations and it could look to something like that :

<xsl:stylesheet version="1.0"
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
		xmlns:xslx="http://www.w3.org/1999/XSL/Extension">
  ...
  <xsl:template ...>
    ...
    <xslx:call name="writeTo"> 
      <xslx:param name="method" value="html"/>
      <xslx:param name="file" value="{concat($masterFile,'.html')}"/>
      <xsl:...>...
    </xslx:call>
    ...
  </xsl:template>
  ...
</xsl:stylesheet>

We just have to agree, for each functionnality, to a common set of names and 
parameters. I can't remember but was it possible to have multiple out with a 
DSSSL specification?


Does it make sense?
Pat.
-- 
  ==============================================================
   bonhomme@xxxxxxxx      Tel : 03 83 59 30 52 / 06 11 34 03 85
   http://www.loria.fr/~bonhomme                 Office : B.228
  --------------------------------------------------------------
   * Serveur Silfide  : http://www.loria.fr/projets/Silfide
  ==============================================================



 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.