wrote:
> there is no preprocessor for XSL?
Sure there is, if you want it: Stylesheets are XML, so you can use XSLT
to style them. I published a two-part article on DeveloperWorks which
used that idea to develop a stylesheet debugging mechanism; you could
use the same approach to preconfigure this import.
Or, in some XSLT processors, you could use a single URI but plug in a
Resolver which replaces that URI with one more appropriate for that user.
Or you could put the stylesheet on the web somewhere (if it isn't
already there) and point the import at that.
Or...
--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden