[Bug 20152] New: [XT3TS] call-template-0106

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20152

            Bug ID: 20152
           Summary: [XT3TS] call-template-0106
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org

This test uses namespace prefix "xsl" which is not defined in the stylesheet. 
I presume it should have been 't'.

<?xml version="1.0" encoding="UTF-8"?>
<t:transform xmlns:t="http://www.w3.org/1999/XSL/Transform" version="2.0">
<!-- Purpose: Test case to verify that an static error is raised if a reserved
namespace is used in the name of a named template. -->

   <t:output method="xml" encoding="UTF-8" indent="no"/>

   <t:template match="/">
         <t:call-template name="xsl:temp"/>
   </t:template>

   <t:template name="xsl:temp">
         <t:text> Do Nothing! </t:text>
   </t:template>
</t:transform>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 29 November 2012 11:17:59 UTC