diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-04-02 15:13:28 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-04-02 15:13:28 +0000 |
commit | fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd (patch) | |
tree | eb7c116af7d1ee3e8f172e41c24c282972678f40 /tests/xmlspec/REC-xml-20001006.html | |
parent | 8bbd8700b893376dbbd00962875f16a8ddf8e244 (diff) | |
download | libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.gz libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.tar.bz2 libxslt-fb0a57cf03b7b62f811b7c3f5dc1347d66eb0ddd.zip |
Jumbo patch, extended regression tests and fixed regression results:
- configure.in tests/Makefile.am tests/XSLTMark/* tests/multiple:
added the XSLTMark in the regression tests as well as multiple
output test from Ankh
- libxslt/functions.c libxslt/keys.c libxslt/transform.c
libxslt/variables.c libxslt/xsltutils.c: applied William M. Brack
patches and fixed a memory leak
- tests/docbook/result/html/*.html : updated the results after
William's patch
- tests/xmlspec/REC-xml-20001006-review.html
tests/xmlspec/REC-xml-20001006.html: libxml now don't invent
an HTML doctype when serializing HTML result, but adds the
encoding in ALT
Daniel
Diffstat (limited to 'tests/xmlspec/REC-xml-20001006.html')
-rw-r--r-- | tests/xmlspec/REC-xml-20001006.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/xmlspec/REC-xml-20001006.html b/tests/xmlspec/REC-xml-20001006.html index 509dd9c4..04394804 100644 --- a/tests/xmlspec/REC-xml-20001006.html +++ b/tests/xmlspec/REC-xml-20001006.html @@ -1,4 +1,3 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="EN"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> @@ -155,7 +154,7 @@ Normalization</a> <br>C <a href="#sec-xml-and-sgml">XML and SGML</a> (Non-Normative)<br>D <a href="#sec-entexpand">Expansion of Entity and Character References</a> (Non-Normative)<br>E <a href="#determinism">Deterministic Content Models</a> (Non-Normative)<br>F <a href="#sec-guessing">Autodetection of Character Encodings</a> (Non-Normative)<br> F.1 <a href="#sec-guessing-no-ext-info">Detection Without External Encoding Information</a> <br> F.2 <a href="#sec-guessing-with-ext-info">Priorities in the Presence of External Encoding Information</a> -<br>G <a href="#sec-xml-wg">W3C XML Working Group</a> (Non-Normative)<br>H <a href="#sec-core-wg">W3C XML Core Group</a> (Non-Normative)<br>I <a href="#id2657818">Production Notes</a> (Non-Normative)<br> +<br>G <a href="#sec-xml-wg">W3C XML Working Group</a> (Non-Normative)<br>H <a href="#sec-core-wg">W3C XML Core Group</a> (Non-Normative)<br>I <a href="#id2657817">Production Notes</a> (Non-Normative)<br> </p> </div> <hr> @@ -4028,7 +4027,7 @@ Contact</i>) </li> <div class="div1"> <h2> -<a name="id2657818"></a>I Production Notes (Non-Normative)</h2> +<a name="id2657817"></a>I Production Notes (Non-Normative)</h2> <p>This Second Edition was encoded in the <a href="http://www.w3.org/XML/1998/06/xmlspec-v21.dtd">XMLspec DTD</a> (which has <a href="http://www.w3.org/XML/1998/06/xmlspec-report-v21.htm">documentation</a> available). The HTML versions were produced with a combination of the <a href="http://www.w3.org/XML/1998/06/xmlspec.xsl">xmlspec.xsl</a>, <a href="http://www.w3.org/XML/1998/06/diffspec.xsl">diffspec.xsl</a>, |