RE: [xsl] net.sf.saxon.trans.DynamicError

Subject: RE: [xsl] net.sf.saxon.trans.DynamicError
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 29 Jul 2005 21:56:58 +0100
> I am getting the below error while transforming to HTML. Please
> advise if any one has encountered the similar problem and possible
> cause for this error. I am using XSLT2.0 and the SAXON parser.
> 
> net.sf.saxon.trans.DynamicError: Circular definition of variable
> selectedRowCount

It's most likely that the message means what it says, that you've got a
global variable defined in terms of itself. But without seeing your
stylesheet, it's difficult to give you more help.

Michael Kay
http://www.saxonica.com/

Current Thread