Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Changed from original in DTD system identifier, so that it points to the included external dtd. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d4bb0eb147b1671ac73c8268f7d05958 |
User & Date: | rolf 2019-03-07 22:44:21.819 |
Context
2019-03-07
| ||
22:45 | Made novem compatible. check-in: d41caf001d user: rolf tags: trunk | |
22:44 | Changed from original in DTD system identifier, so that it points to the included external dtd. check-in: d4bb0eb147 user: rolf tags: trunk | |
2019-02-04
| ||
22:11 | Fix for [13133c46dc75ed]. While at it made all proc names in tdom.lib absolute. check-in: 1e16413f0c user: rolf tags: trunk | |
Changes
Changes to tests/data/REC-xslt-19991116.xml.
1 2 3 | <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Id$ --> <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.0//EN" | | | 1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Id$ --> <!DOCTYPE spec PUBLIC "-//W3C//DTD Specification V2.0//EN" "xmlspec-v20.dtd" [ <!ENTITY XML "http://www.w3.org/TR/REC-xml"> <!ENTITY XMLNames "http://www.w3.org/TR/REC-xml-names"> <!ENTITY XSLT.ns "http://www.w3.org/1999/XSL/Transform"> <!ENTITY XSLTA.ns "http://www.w3.org/1999/XSL/TransformAlias"> <!ENTITY XSLFO.ns "http://www.w3.org/1999/XSL/Format"> <!ENTITY XHTML.ns "http://www.w3.org/TR/xhtml1/strict"> <!ENTITY year "1999"> |
︙ | ︙ | |||
6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 | <item><p>a way to group together consecutive nodes having duplicate subelements or attributes;</p></item> <item><p>features to make handling of the HTML <code>style</code> attribute more convenient.</p></item> </ulist> </inform-div1> </back> </spec> | > > > | 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 | <item><p>a way to group together consecutive nodes having duplicate subelements or attributes;</p></item> <item><p>features to make handling of the HTML <code>style</code> attribute more convenient.</p></item> </ulist> <item><p>features to make handling of the HTML <code>style</code> attribute more convenient.</p></item> </inform-div1> </back> </spec> |