XML-AutoWriter-0.4/ 0000755 0000765 0000024 00000000000 11214247332 012550 5 ustar dcp staff XML-AutoWriter-0.4/CHANGES 0000644 0000765 0000024 00000010440 11214245237 013544 0 ustar dcp staff CHANGES file for XML::ValidWriter and XML::AutoWriter
0.39 Tue Dec 12 09:26:11 EST 2005
- Relicensed to user's choice of GPL, Artistic, or BSD license
0.38 Tue Mar 9 01:55:33 EST 2004
- phashes removed
0.36 Mon Dec 18 07:21:10 EST 2000
- Fixed bug where ']' or ']]' at the end of CDATA would not be emitted
before a start or empty tag (ie in mixed content).
0.33-v.035 Fri Dec 15 07:02:36 EST 2000
- XML::ValidWriter and XML::AutoWriter now croak if any control codes
other than TAB, CR, or newline (9, 10, 13) are passed.
- Fixed a bug that kicked out of PCDATA escape mode in to CDATA too easily.
0.32 Fri Dec 15 07:02:36 EST 2000
- Reduced number of times '>' is escaped in PCDATA. It still gets
turned into '>' gratuitously occasionally, but that's a really
minor nit, IMHO.
0.3 Wed Aug 9 11:53:59 EDT 2000
- Fixed a bug in escaping of CDATA end tags that are split across
multiple parameters to or calls to characters(). This will use
a lot of memory if passing big sets of parameters to characters(),
which actually is what you're supposed to do to allow the CDATA
escape guesser to guess more accurately. If this is a problem,
we'll fix it.
- Added ability to pass OUTPUT => 'filename.ml' to XML::ValidWriter
and subclasses, and have it opened and closed.
- Fixed some typos in documentation
- Allowed XML::Doctype's import() function to call constructors for
subclasses of XML::Doctype
- Fixed a bug that prevented PCDATA sections from finding an
appropriate path.
- Removed assumption that undeclared elements can contain ANY.
- Added check to make sure the root node is at least referred-to.
0.2 Fri Aug 4 13:49:19 EDT 2000
- fixes a few bugs
- adds more validity checks
- renames XML::DTD to be XML::Doctype,
- provides setDataMode which will insert newlines around tags, but never
in PCDATA content that is not mixed with elements. An example is below.
- optimizes '' to be '' on output
- autodetects whether or not to use escaping for element
PCDATA
- alters the exported element-name functions so that, if a tag 'foo' is
referenced in the DTD, doing a C