[Bug 23784] New: [xslt 3.0] snapshot() implementation is schema-aware

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

            Bug ID: 23784
           Summary: [xslt 3.0] snapshot() implementation is schema-aware
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org

The specimen implementation of the snapshot() function in the XSLT 3.0 spec
requires a schema-aware processor, because of its use of validation="strip" and
validation="preserve". However, the function is available and well-defined with
a non-schema-aware processor.

(We might like to consider whether we could change the rules on the
"validation" attribute to make it easier to write code that works both with
schema-aware and non-schema-aware processors.)

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

Received on Sunday, 10 November 2013 19:44:11 UTC