Project

Profile

Help

Bug #2663

closed

java.lang.AssertionError: Internal error: no value for variable $vv:gg2097915420 at line 11 of

Added by Ivan Pedruzzi about 8 years ago. Updated about 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
XSLT conformance
Sprint/Milestone:
-
Start date:
2016-03-04
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.7
Fix Committed on Branch:
9.7
Fixed in Maintenance Release:
Platforms:

Description

The following stylesheet generates java.lang.AssertionError: Internal error:

The error seems to be trigger by the doc or document function call using a literal URL and only on Saxon Enterprise Edition.

Complete test case attached.

<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output method="xml" indent="yes" />

<xsl:template match="/">

<Catalog>

  <Book>

    <xsl:for-each select="books/book/title">

      <Title><xsl:value-of select="."/></Title>

    </xsl:for-each>

  </Book>

  <xsl:copy-of select="doc('file:///c:/temp/examples/simpleMappings/books0.xml')"/>

</Catalog>

</xsl:template>

</xsl:stylesheet>

java.lang.AssertionError: Internal error: no value for variable $vv:gg967248498 at line 11 of


Files

sampleBooksToCatalog.xsl (2.44 KB) sampleBooksToCatalog.xsl Ivan Pedruzzi, 2016-03-04 22:47
books.xml (3.04 KB) books.xml Ivan Pedruzzi, 2016-03-04 22:47
books0.xml (3.16 KB) books0.xml Ivan Pedruzzi, 2016-03-04 22:47

Please register to edit this issue

Also available in: Atom PDF