Uploaded image for project: 'XalanJ2'
  1. XalanJ2
  2. XALANJ-2190

Failure to throw exception when encountering stylesheet with unmapped extension function

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.7
    • None
    • Xalan
    • None
    • Mac OS X 10.4.2

    Description

      <?xml version="1.0"?>
      <xsl:stylesheet version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      xmlns:pre="http://www.example.com">

      <xsl:template match="/">
      <!-- unavailable extension function is a must signal error;
      processors cannot recover -->
      <root><xsl:value-of select="pre:fn()"/></root>
      </xsl:template>

      </xsl:stylesheet>

      Attachments

        Activity

          People

            Unassigned Unassigned
            elharo@metalab.unc.edu elharo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: