[Bug 28418] [XT30] error-0047a XTDE0057 has been removed from spec (possibly erroneously)

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

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
I think the error condition disappeared as part of the reorganization of the
"stylesheet invocation" section.

I think it was right to remove it. It's an API error. The API might be designed
so that there is no way of triggering this error, e.g

public void setInitialModeOrTemplate(QName name, boolean isMode)

or in the case of invocation from an XML-based test suite, the schema for the
test suite metadata might prevent both an initial mode and an initial template
being present (in which case the error you get is not XTDE0047, but a
validation error on validating the test suite).

I think the test case should be dropped. Chances are, any product that passes
this test probably catches this error in the test driver, not in the product
under test.

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

Received on Thursday, 23 April 2015 08:09:04 UTC