forked from josephw/xml-writer-perl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (43 loc) · 2.21 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>XML::Writer</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="description" content="A Perl module to produce well-formed XML">
<meta name="keywords" content="XML::Writer, perl, XML">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1><code>XML::Writer</code></h1>
<p>From <a href="http://www.megginson.com/" title="Megginson Technologies Ltd."><cite>David Megginson</cite></a>’s original introduction:</p>
<blockquote>“<code>XML::Writer</code> 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.”</blockquote>
<p>The last official release, 0.4, has a few bugs, but is no longer actively
maintained by David Megginson. This is a repository for the
necessary minor fixes and an effort to assure the <a href="http://qa.perl.org/phalanx/" title="The Phalanx Project - qa.perl.org">quality</a> of this
widely-used module through a <a href='coverage/coverage.html' title='Coverage Summary'>comprehensive test suite</a>.</p>
<p><!-- LATEST -->The current release<!-- LATEST -->, now available from
<a href="http://search.cpan.org/dist/XML-Writer/"
title="search.cpan.org: Joseph Walton / XML-Writer">CPAN</a>,
fixes many bugs and warnings, and adds several useful features.</p>
<h3>License</h3>
<p>Redistribution and use in source and compiled forms, with or without
modification, are permitted under any circumstances. No warranty.</p>
<h3>Links</h3>
<ul>
<li><a href="https://github.com/josephw/xml-writer-perl"
title="josephw/xml-writer-perl - GitHub">Developer pages</a> -
GitHub developer pages</li>
<li><a href="http://search.cpan.org/dist/XML-Writer/">XML::Writer</a> -
current CPAN release</li>
<li><a href="http://rt.cpan.org/Public/Dist/Display.html?Name=XML-Writer"
title="Open bugs in XML-Writer">Open CPAN bugs</a></li>
</ul>
<!-- CHANGELOG -->
<p>Last modified: 2011-10-08</p>
</body>
</html>