[Bug 1492] New: Section D.1.1 eg:if-empty example error

http://www.w3.org/Bugs/Public/show_bug.cgi?id=1492

           Summary: Section D.1.1 eg:if-empty example error
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators
        AssignedTo: ashok.malhotra@oracle.com
        ReportedBy: lholst@students.cs.uu.nl
         QAContact: public-qt-comments@w3.org


In the XSLT implementation example of section D.1.1 eg:if-empty, there is the
following line:

  <xsl:param name="node()" type="node()?"/>

I think this should be:

  <xsl:param name="node" type="node()?"/>


~Grauw

Received on Thursday, 9 June 2005 12:46:04 UTC