diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-21 17:39:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-21 17:39:37 +0000 |
commit | ef73de634315a9624b7203ca777c68932be4f31a (patch) | |
tree | 9cb416bd350ef54b0c2014244997bc4493410fef | |
parent | 9f9eab60280c9731d640b2b75c4c70ecfbe4a6c1 (diff) | |
download | libxslt-ef73de634315a9624b7203ca777c68932be4f31a.tar.gz libxslt-ef73de634315a9624b7203ca777c68932be4f31a.tar.bz2 libxslt-ef73de634315a9624b7203ca777c68932be4f31a.zip |
applied patch from Geert Kloosterman to not miss gif and .png files in the
* libxslt.spec.in: applied patch from Geert Kloosterman to
not miss gif and .png files in the RPM documentation
Daniel
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | TODO | 20 | ||||
-rw-r--r-- | libxslt.spec.in | 2 |
3 files changed, 18 insertions, 9 deletions
@@ -1,3 +1,8 @@ +Tue May 21 19:38:20 CEST 2002 Daniel Veillard <daniel@veillard.com> + + * libxslt.spec.in: applied patch from Geert Kloosterman to + not miss gif and .png files in the RPM documentation + Tue May 21 08:43:11 CEST 2002 Daniel Veillard <daniel@veillard.com> * libexslt/libexslt.4: Applied patch for the EXSLT man page @@ -8,10 +8,6 @@ Design: - seems that saving back XSLT stylesheet from a compiled form might be a bit ugly ... Yes forget about it, it's just twaeked to the extreme -ID and Key support: - -> done but namespace support in keys is not defined - -> make sure keys are recomputed on new document input - Pattern tester: -> try to optimize for ID scan and tests. @@ -24,14 +20,14 @@ Error handling: and lack of optionnal features. -> catch recursion end of 5.4 ... -Support Attribute value templates: - -> namespace support for attribute value templates is not done, need - a small API redesign - Sorting: -> add lang and case-order -> add foreign sorting functions (interfaces ?). +Format Number: + -> cleanup % handling (May 21 2001) possibly following the cleaned + up wording of XSLT-2.0 + ******** * * * DONE * @@ -112,6 +108,10 @@ Pattern tester: based patterns lists. => done +Support Attribute value templates: + -> namespace support for attribute value templates is not done, need + a small API redesign + Doc: - put a page at http://xmlsoft.org/XSLT/ - generate/transform the DocBook to HTML @@ -125,6 +125,10 @@ Error handling: and lack of optionnal features. -> reports context +ID and Key support: + -> done but namespace support in keys is not defined + -> make sure keys are recomputed on new document input + Profiler: -> added looks good enough -> autocorrection of initial calibration loop diff --git a/libxslt.spec.in b/libxslt.spec.in index ef177f70..569c9031 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -110,7 +110,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README Copyright TODO FEATURES -%doc doc/*.html doc/html doc/tutorial +%doc doc/*.html doc/html doc/tutorial doc/*.gif doc/*.png %doc %{_mandir}/man1/xsltproc.1* %{prefix}/lib/lib*.so.* |