[Bug 1213] New: Typo in example in 14.9.1 fn:root()

           Summary: Typo in example in 14.9.1 fn:root()
           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: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


In the XQuery example in 14.9.1 fn:root()

let $odoc := document ($o)

should be

let $odoc := document {$o}

Michael Kay

Received on Tuesday, 5 April 2005 19:14:35 UTC