RE: [xsl] Using document()

Subject: RE: [xsl] Using document()
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Thu, 10 Oct 2002 10:45:22 -0700
Hi,

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Adam van den
> Hoven
> Sent: Thursday, October 10, 2002 9:58 AM
>
> So it makes sense to me that URIResolver would only return the document,
> not the fragment.

But in your resolver you could trigger a process (SaxFilter?) that returns you
the fragment.

if # exists then
  get the document
  get the id'd section
  return as a Source to the transformation.

Does this do what you want? (I have never done it...)

best,
-Rob



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread