diff options
author | minskim <minskim> | 2004-04-20 20:22:51 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-04-20 20:22:51 +0000 |
commit | c4343625d3153953fc609d4326ba137ce2e0ef69 (patch) | |
tree | 853e043fcd70a6100824165478323ab975c78df3 /doc | |
parent | ea8a51066bc02b60264081bac19aadeb77164eae (diff) | |
download | pkgsrc-c4343625d3153953fc609d4326ba137ce2e0ef69.tar.gz |
Update p5-XML-XSLT to 0.48.
Major changes since 0.32:
* Fixed select on "comment()" "processing-instruction()" etc
* Added test for select
* More attribute tests
* Added test for xsl:copy
* 'use-attribute-sets' works in xsl:copy and recursively
* Allowed both name and match attributes in templates
* Lost redefinition warning with perl 5.8
* Added ChangeLog.xsl as an example to transform the output of cvs2pl
* Added the manpage as an example
* Started to properly implement omit-xml-declaration
* Added the modules own documentation as an example
* Updated pod
* added test for <xsl:text>
* Stylesheet whitespace stripping as per spec and altered tests
* First cut at cdata-section-element
* Added more accessors for object attributes
* Fixed potentially broken usage of $variables in _evaluate_template
* Implemented attribute-sets
* Added Test::More to Makefile.PL
* Added _indent and _outdent methods
* Placed __get_attribute_sets in transform()
* Rolled in various patches
* Added new tests
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index d1d7838a9af..e193fbbde67 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5691 2004/04/20 19:42:38 minskim Exp $ +$NetBSD: CHANGES,v 1.5692 2004/04/20 20:22:51 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2193,3 +2193,4 @@ Changes to the packages collection and infrastructure in 2004: Updated audacity to 1.2.0 [ben 2004-04-20] Update php4 to 4.3.6 [jdolecek 2003-04-20] Updated catclock to 0.0nb2 [minskim 2004-04-20] + Updated p5-XML-XSLT to 0.48 [minskim 2004-04-20] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1647 2004/04/20 14:59:08 markd Exp $ +$NetBSD: TODO,v 1.1648 2004/04/20 20:22:51 minskim Exp $ Suggested new packages ====================== @@ -296,7 +296,6 @@ Suggested package updates o p5-Term-Readline-1.14 [pkg/25163] o p5-XML-Path-1.13 [pkg/24998] o p5-XML-Writer-0.500 [pkg/24903] - o p5-XML-XSLT-0.47 o pdmenu-1.2.81 o pgplot-5.2 [grant] o php-4.3.6 |