[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Attempt to access a lazily-evaluated variable while it

Subject: Attempt to access a lazily-evaluated variable while it is being evaluated
From: cknell@xxxxxxxxxx
Date: Thu, 27 Jul 2006 09:55:58 -0400
lazily
I have a stylesheet whose purpose is to merge a number of small XML documents. The number is 24. I do this in a stylesheet whose general form is:

<xsl:param name="document-name-1" />
..

<xsl:param name="document-name-23" />

(For those of you who are wondering, the twenty-fourth document is the one passed to the transformation on the command line.)

<xsl:variable name="doc-document-name-1" select="document($document-name-1)" />
..

<xsl:variable name="doc-document-name-23" select="document($document-name-23)" />


  <xsl:template match="/">
    <report>
      <xsl:copy-of select="ROWSET/ROW/*" />
      <xsl:copy-of select="$doc-document-name-1/ROWSET/ROW/*" />
      ...
      <xsl:copy-of select="$doc-document-name-23/ROWSET/ROW/*" />
    </report>
  </xsl:template>

Processing this with Saxon 8.7.1J, when the transformation gets to the <xsl:copy-of> that corresponds to document 21, the transformation fails with this error message:

"Fatal Error! Attempt to access a lazily-evaluated variable while it is being evaluated"

All the variables are defined in the same format, so I'm stumped for a reason why document 21 is a lazily-evaluated variable while documents 1 - 20 are not.

Can anyone shed some light on this?

Thanks.

-- 
Charles Knell
cknell@xxxxxxxxxx - email

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.