xsl-list
[Top] [All Lists]

Re: Fwd: [xsl] curly braces

2012-09-20 09:01:05
On Thu, Sep 20, 2012 at 10:03 AM, Michael Kay <mike(_at_)saxonica(_dot_)com> 
wrote:

On 20/09/2012 01:27, Ihe Onwuka wrote:

You may wish to try the code I sent you on saxonhe-9.2.1.1.

I predict (don't know for sure because you are running a cut down
version of the code) the following

; SystemID: ; Line#: 10; Column#: -1
net.sf.saxon.trans.XPathException: Failed to load document
         at net.sf.saxon.expr.Expression.dynamicError(Expression.java:961)

where Line 10 is

<xsl:variable name="this" as="node()" select="doc('')"/>


If doc('') fails then it's almost certainly because you compiled the
stylesheet without supplying a base URI: for example you supplied it as a
StreamSource or DOMSource with no SystemID. It could also happen because
your base URI changes within the stylesheet module, for example as a result
of using external entities or using xml:base.


Does this mean I could fix this by setting xml:base in the stylesheet?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>