xsl-list
[Top] [All Lists]

RE: [xsl] An xsl:number problem

2008-07-10 02:40:17
Gestalt is producing:

<?xml version="1.0" encoding="UTF-8"?>
<doc nr="">
  
   <a mark="true" nr=""/>
  
   <a nr="2"/>
  
   <a nr="3"/>
  
   <a nr="4"/>
  
   <a mark="true" nr="5"/>
  
   <a nr="6"/>
  
   <a nr="7"/>
  
   <a nr="8"/>   
</doc>

That's the same as the output from Saxon 9.1 and previous releases, which is
clearly wrong. Saxon is memoizing the xsl:number implementation and is
failing to recognize when the "from" boundary has been crossed.

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


--~------------------------------------------------------------------
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>