[Bug 27734] <assert-xml ignore-prefixes="true"

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The attribute is documented in catalog-schema.xsd:

<xs:attribute name="ignore-prefixes" type="xs:boolean">
                        <xs:annotation>
                            <xs:documentation>
                                <p>If this attribute is present with the value
"true", it indicates that
                                the serialized result contains system-generated
prefixes which can lead to
                                ignorable differences between the actual result
and the serialized result.</p>
                                <p>This attribute is rarely used, and should be
avoided for new tests. Instead,
                                the test result should be expressed using
assertions that take no account
                                of the namespace prefixes generated.</p>
                            </xs:documentation>
                        </xs:annotation>
                    </xs:attribute>

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

Received on Saturday, 3 January 2015 16:12:01 UTC