[Bug 11635] New: Wrong error description for err:SEPM0010: "xhtml" is missing

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

           Summary: Wrong error description for err:SEPM0010: "xhtml" is
                    missing
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Serialization
        AssignedTo: zongaro@ca.ibm.com
        ReportedBy: gabipetrovay@gmail.com
         QAContact: public-qt-comments@w3.org


For the error: err:SEPM0010
the description is:

"It is an error if the output method is xml, the value of the
undeclare-prefixes parameter is yes, and the value of the version parameter is
1.0."

this description is wrong because the error is thrown also fot method "xhtml".
Therefore one of the following descriptions would be more correct:

"It is an error if the output method is xml [or xhtml], the value of the
undeclare-prefixes parameter is yes, and the value of the version parameter is
1.0."
or
"It is an error if the output method is [of type] xml, the value of the
undeclare-prefixes parameter is yes, and the value of the version parameter is
1.0."

The letter, of course if the notion of "xml serialization type exists"

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 1 January 2011 17:55:17 UTC