[Bug 28226] New: [FO31] fn:transform example refers to option 'stylesheet-uri' rather than 'stylesheet-location'

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

            Bug ID: 28226
           Summary: [FO31] fn:transform example refers to option
                    'stylesheet-uri' rather than 'stylesheet-location'
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Functions and Operators 3.1
          Assignee: mike@saxonica.com
          Reporter: debbie@saxonica.com
        QA Contact: public-qt-comments@w3.org

The example in section 16.3.2 is:
let $result := fn:transform(
  map {
    "stylesheet-uri" : "render.xsl",
    "source-node"    : fn:doc('test.xml')
  })
return $result?output//body

It seems that at some point the option to supply the stylesheet URI was renamed
'stylesheet-location' (see the table of option definitions), but this example
has not been updated.

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

Received on Monday, 16 March 2015 10:42:48 UTC