Commit graph

4 commits

Author SHA1 Message Date
agc
c71cac836a Add RMD160 digests to the SHA1 ones. 2005-02-24 14:48:39 +00:00
wiz
d9e7401ac2 Update to 0.530:
0.530 Tue Feb  1 13:09:31 GMT 2005
	- Allow scalar references for the OUTPUT parameter, inspired by
	   Simon Oliver's XML::Writer::String (patch from Yanick Champoux)
	- Added ENCODING parameter; currently only UTF-8 is supported
	- Escape newlines in attribute values

0.520 Wed Sep  1 16:18:46 BST 2004
	- Fixed bug with forced declaration of the default namespace (#7266)
	- Removed dead code. Added copyright notices to pod.
	- Improved test coverage

0.510 Tue May 25 19:46:04 BST 2004
	- Permitted in-document namespace prefix control
	- Don't reopen STDOUT for output (closes #6232)
	- Moved tests into t/. Added tests for mid-document namespace changes.
	  Show diffs when comparison tests fail
2005-02-19 19:40:56 +00:00
minskim
c579829082 Update p5-XML-Writer to 0.500. Patches provided by Adrian Portelli in
PR pkg/24903.  While here, bl3ify and enable pkgviews installation.
2004-03-29 01:39:45 +00:00
jlam
f80d199e18 textproc/p5-XML-Writer - Perl module for writing XML documents
XML::Writer is a simple Perl module for writing XML documents: it
takes care of constructing markup and escaping data correctly, and by
default, it also performs a significant amount of well-formedness
checking on the output, to make certain (for example) that start and
end tags match, that there is exactly one document element, and that
there are not duplicate attribute names.
2001-10-03 10:32:25 +00:00