Subject: Re: document() function
From: Keith Visco <kvisco@xxxxxxxxx>
Date: Mon, 02 Aug 1999 16:15:12 -0400
|
XSL:P does support document(), as well as the earlier doc() and
docref(), but it does not support the fragment identifier of the URIs,
and I have not implemented support for the optional 3rd argument
(document base), yet.
--Keith
Sebastian Rahtz wrote:
>
> Michael Klein writes:
> >
> > Are there any XSL processors which implement the document()
> > function?
>
> Saxon and XSL:P do, I think
>
> > If not, are there any workarounds? I would like to keep common
> > resources in separate XML files, and allow authors to optionally include
> > parts of those files in their own XML documents and display these parts
> > in-line in the generated HTML.
>
> are your common resources to be complete XML documents, thats the
> question. if not, then straightforward traditional SGML entity
> references?
>
> <!ENTITY chap1 SYSTEM "chap1.xml">
> ...
> &chap1;
>
> ??
>
> sebastian
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|