diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2006-02-11 12:14:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2006-02-11 12:14:10 +0000 |
commit | e9517d8c4a08b28e51ec847946630dc56823b6bc (patch) | |
tree | c5e70682d4d75b64b06ff2408711f28952d00a4f /tests | |
parent | f22031d9981030635e99a16b024f6c66d6068cd2 (diff) | |
download | libxslt-e9517d8c4a08b28e51ec847946630dc56823b6bc.tar.gz libxslt-e9517d8c4a08b28e51ec847946630dc56823b6bc.tar.bz2 libxslt-e9517d8c4a08b28e51ec847946630dc56823b6bc.zip |
fix xsltSaveResultToString comment detect loops when computing variables,
* libxslt/xsltutils.c: fix xsltSaveResultToString comment
* libxslt/transform.c: detect loops when computing variables, should
fix bug #330772
* doc/xsltproc.xml doc/xsltproc.1: fix typo in man page
* tests/namespaces/tst7.out tests/general/bug-152.out: small output
changes due to libxml2 xhtml meta handling modification
Daniel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/general/bug-152.out | 3 | ||||
-rw-r--r-- | tests/namespaces/tst7.out | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/general/bug-152.out b/tests/general/bug-152.out index 3d23ac9e..7bdd3377 100644 --- a/tests/general/bug-152.out +++ b/tests/general/bug-152.out @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" /> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" /> <style type="text/css" media="all">@import "pretty_xhtml.css";</style> </head> diff --git a/tests/namespaces/tst7.out b/tests/namespaces/tst7.out index 47cc1e7a..b86f605e 100644 --- a/tests/namespaces/tst7.out +++ b/tests/namespaces/tst7.out @@ -1,7 +1,8 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> - <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title> A title </title> |