Changeset 57987 for trunk/tests/phpunit/includes/normalize-xml.xsl
- Timestamp:
- 04/12/2024 05:45:23 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/normalize-xml.xsl
r48931 r57987 4 4 be seen as "equal" to an XML processor. 5 5 6 The normalization is simil iar, in spirit, to {@link https://www.w3.org/TR/xml-c14n11/ Canonical XML},6 The normalization is similar, in spirit, to {@link https://www.w3.org/TR/xml-c14n11/ Canonical XML}, 7 7 but without some aspects of C14N that make the kinds of assertions we need difficult. 8 8 … … 24 24 25 25 <!-- 26 Output UTF-8 XML, no inden dation and all CDATA sections replaced with their character content.26 Output UTF-8 XML, no indentation and all CDATA sections replaced with their character content. 27 27 --> 28 28 <xsl:output … … 62 62 63 63 <!-- 64 Strip comments. 64 Strip comments. 65 65 --> 66 66 <xsl:template match='comment()' priority='10' /> 67 67 68 68 <!-- 69 Pass all other nodes through unchanged. 69 Pass all other nodes through unchanged. 70 70 --> 71 71 <xsl:template match='node()'>
Note: See TracChangeset
for help on using the changeset viewer.