This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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"
Thank you for reporting this problem. I believe the first alternative you suggested would be the better correction to make. This is a personal response only - I am not speaking on behalf of the working groups.
At the joint teleconference of the XQuery and XSL working groups of 24 May 2011, the working groups decided to adopt your first proposal - to change error message SEPM0010 to read: "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." This will be published as erratum SE.E19. Gabriel, if you agree with this resolution, may I ask you to close the bug report?
Looks good!