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

Modularity: how to "parametrize" the href attribute of

Subject: Modularity: how to "parametrize" the href attribute of <xsl:import>?
From: Stephane Bortzmeyer <bortzmeyer@xxxxxx>
Date: Fri, 10 Oct 2003 17:02:03 +0200
parametrize
I have to maintain a local XSL stylesheet for DocBook. It defines
local rules and imports Norman Walsh's classic stylesheet for most of
the work. So I write:

<xsl:stylesheet>

<xsl:import
  href="/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl"/>
<!-- The default value is for Debian. -->

... Local rules goes here

</xsl:stylesheet>

The problem is that our local stylesheet is used on a network of many
different Unix machines, each installing Norman Walsh's stylesheet in
a different place.

Using <xsl:param> does not seem to work: <xsl:import> must be the
first element so I cannot define a parameter first.

The only solution I see is catalogs. Besides added complexity and yet
another XML beast to learn, it would force us to have a properly
managed catalog on each machine.

Is there a better way?

 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.