File: ChangeLog

package info (click to toggle)
libxml-xslt-perl 0.40-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,172 kB
  • ctags: 103
  • sloc: xml: 10,144; perl: 2,000; makefile: 34
file content (65 lines) | stat: -rw-r--r-- 2,008 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
2001-12-24  Jonathan Stowe  <jns@gellyfish.com>
	
	* Implemented attribute-sets
	* Stopped the output of unhandled xsl:sort in literal stylesheet
	* Improved tests
	* Applied patches from sourceforge

2001-01-22  Mark A. Hershberger  <mah@everybody.org>

	* lib/XML/XSLT.pm (__get_first_element):
	Better code to find the first /Element/ of a stylesheet rather than
	  the first Child of the XML::DOM object

	* lib/XML/XSLT.pm (__set_xsl_output):
	Fix up xsl:output handling of HTML and XML types
	
	* lib/XML/XSLT.pm:
	Document support for xsl:output.
	Document support with xsl:call-template.

	
2001-01-15  Mark A. Hershberger  <mah@everybody.org>

	* lib/XML/XSLT.pm : Release 0.30 didn't work with CPAN.  Moving
	XML::XSLT::DOM::TextDOE package declaration as I suspect that it
	is the problem.

2000-07-11  Bron Gondwana  <perlcode@brong.net>

        * XSLT.pm (_value_of): fixed another bug that tested for truth
	rather than defined-ness of a value.  It now deals correctly with
	zeros in yet another case!

	* XSLT.pm: Changed all the calls to getNodeValue to check that
	the output node actually has the specified attribute before
	attempting the sub method call.  Incremented version to 0.24.

2000-07-03  Mark A. Hershberger  <mah@everybody.org>

	* XSLT.pm: implementing recursive includes

	* xslt-parser: replaced manual argument processing with
	Getopt::Std
	
2000-07-02  Mark A. Hershberger  <mah@everybody.org>

	* XSLT.pm (__open_by_filename): Got the read-by-url-even-file
	to work.

	* xslt-parser: updated to use the new interface.

	* XSLT.pm: More interface rearranging.  Moved from hashref to
	arrayref.  Moved namespace constants to `use constant'. etc. etc.
	

2000-06-29  Mark A. Hershberger  <mah@everybody.org>

	* XSLT.pm: Lots of documenting and interface rearranging.

2000-06-28  Bron Gondwana  <perlcode@brong.net>

	* XSLT.pm (dispose): Removed attempt to call dispose on DOMparser
	as this doesn't actually have a dispose method.  Incremented
	version number to 0.23.