diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-04-27 10:47:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-04-27 10:47:55 +0000 |
commit | be5c2c746e6852f5b2375172811bc53fdcf4f0bf (patch) | |
tree | 9bab4e2e28e90d6930248993ae9ad77345d338fa /doc/libxslt.xsa | |
parent | 6eb57275e219841ff275e04eaee68a5ad7dfa3e4 (diff) | |
download | libxslt-be5c2c746e6852f5b2375172811bc53fdcf4f0bf.tar.gz libxslt-be5c2c746e6852f5b2375172811bc53fdcf4f0bf.tar.bz2 libxslt-be5c2c746e6852f5b2375172811bc53fdcf4f0bf.zip |
updated the web site, made the transition to XHTML1 added validity
* NEWS doc/*.xsl doc/*.html: updated the web site, made the
transition to XHTML1 added validity checking to the makefile rules.
Daniel
Diffstat (limited to 'doc/libxslt.xsa')
-rw-r--r-- | doc/libxslt.xsa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/libxslt.xsa b/doc/libxslt.xsa new file mode 100644 index 00000000..04718c1a --- /dev/null +++ b/doc/libxslt.xsa @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<!DOCTYPE xsa PUBLIC "-//LM Garshol//DTD XML Software Autoupdate 1.0//EN//XML" "http://www.garshol.priv.no/download/xsa/xsa.dtd"> +<xsa> + <vendor> + <name>Daniel Veillard</name> + <email>daniel@veillard.com</email> + <url>http://veillard.com/</url> + </vendor> + <product id="libxslt"> + <name>libxslt</name> + <version>1.0.29</version> + <last-release> Apr 1 2003</last-release> + <info-url>http://xmlsoft.org/XSLT/</info-url> + <changes> - performance improvements especially for large flat documents + - bug fixes: Result Value Tree handling, XML IDs, keys(), extra namespace + declarations with xsl:elements. + - portability: python and trio fixes (Albert Chin), python on Solaris + (Ben Phillips) + +</changes> + </product> +</xsa> |