[Bug 26862] New: serialize-xml-007a should expect SEPM0017

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

            Bug ID: 26862
           Summary: serialize-xml-007a should expect SEPM0017
           Product: XML Query Test Suite
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
          Assignee: benjie.nguyen@gmail.com
          Reporter: josh.spiegel@oracle.com
        QA Contact: public-qt-comments@w3.org
             Group: XSLXQuery_WG

Test serialize-xml-007a should allow SEPM0017.  Here are the given
serialization parameters:

<output:serialization-parameters
xmlns:output="http://www.w3.org/2010/xslt-xquery-serialization">
  <output:method value="xml"/>   
  <output:indent value="yes"/>
  <vendor:xindent value="yes" xmlns:vendor="http://vendor.example.com/"/>
</output:serialization-parameters>

This is not an instance of the schema:
http://www.w3.org/TR/xslt-xquery-serialization-30/#serparams-schema

And this expression:

(validate lax { document { . } })
   /output:serialization-parameters
   /output:*[local-name() eq $param-name]/data(@value)

Would raise a validation error.

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

Received on Friday, 19 September 2014 16:55:28 UTC