File: Changes

package info (click to toggle)
libxml-writer-perl 0.4-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 84 kB
  • ctags: 78
  • sloc: perl: 991; makefile: 33
file content (34 lines) | stat: -rw-r--r-- 1,377 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
Revision history for Perl extension XML::Writer.

0.4 Tue Apr  4 21:59:51 EDT 2000
	- added support for a simple data mode (off by default), with
	  no mixed content and automatic whitespace and indenting
	- added get/setDataMode and get/setDataIndent methods
	- added DATA_MODE and DATA_INDENT parameters to constructor
	- added dataElement method for simple case (character data
	  content only)

0.3 Thu Dec  9 12:49:28 EST 1999
	- fixed frequently-reported attribute-list bug
	- changed xmlDecl() so that first argument is the encoding
	- added 'use IO;' to avoid errors
	- documented the doctype() method

0.2
	- added Namespace support (XML::Writer::Namespaces subclass
	  and NAMESPACES constructor parameter)
	- added PREFIX_MAP constructor parameter, and
	  add/removePrefix() methods for Namespace support
	- added getOutput() and setOutput() methods
        - added new query methods in_element(), within_element(),
          current_element(), and ancestor()
        - changed constructor to use parameterized arguments
        - added constructor option to insert newlines in tags
        - element name is now optional in endTag() method
        - fixed test.pl to work on Mac, and added new test
        - added more examples in documentation
        - require at least Perl 5.004

0.1  Mon Apr 19 12:27:36 1999
        - original version; created by h2xs 1.19