Re: [xsl] problem: getting link text without document() function

Subject: Re: [xsl] problem: getting link text without document() function
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Sep 2018 11:45:11 -0000
Am 11.09.2018 um 13:29 schrieb Trevor Nicholls trevor@xxxxxxxxxxxxxxxxxx:
What kind of URI are you supplying to document()? Are you trying to get a
document from the server using HTTP, or a document in the local filestore of
the client machine?

Always from the local filesystem. The parameter will typically have a value
like "../manual/chapter.xml#section-id", i.e. relative to the XML document
which is being edited.

I have never heard that Firefox doesn't support the "document" function but it has a rather strict security policy for XSLT based loading of resources, I think you can only navigate downwards. Are you sure that any "document()" call fails or does that attempt to load from "../manual" file with some security/access denied error in the error console?


Current Thread