[Bug 1662] New: [FS] editorial: 4.7.3.4 Text Node Constructors

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

           Summary: [FS] editorial: 4.7.3.4 Text Node Constructors
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Formal Semantics
        AssignedTo: simeon@us.ibm.com
        ReportedBy: jmdyck@ibiblio.org
         QAContact: public-qt-comments@w3.org


Norm / rule 1
"fn:data( [[ Expr ]]_Expr )"
    This function takes a single argument (of type item()*), but
    [[ Expr ]]_Expr could result in a sequence of comma-separated
    ExprSingles, which would then constitute multiple args.
    Put [[ Expr ]]_Expr in parentheses to ensure a single arg.

Received on Saturday, 16 July 2005 07:50:55 UTC