--- mxml-2.6.orig/doc/reference.html 2009-03-19 06:38:52.000000000 +0100
+++ mxml-2.6/doc/reference.html 2011-05-10 12:57:21.000000000 +0200
@@ -1,1635 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<title>Documentation</title>
-<meta name="creator" content="Mini-XML v2.6">
-<style type="text/css"><!--
-body, p, h1, h2, h3, h4 {
- font-family: lucida grande, geneva, helvetica, arial, sans-serif;
-}
-div.body h1 {
- font-size: 250%;
- font-weight: bold;
- margin: 0;
-}
-div.body h2 {
- font-size: 250%;
- margin-top: 1.5em;
-}
-div.body h3 {
- font-size: 150%;
- margin-bottom: 0.5em;
- margin-top: 1.5em;
-}
-div.body h4 {
- font-size: 110%;
- margin-bottom: 0.5em;
- margin-top: 1.5em;
-}
-div.body h5 {
- font-size: 100%;
- margin-bottom: 0.5em;
- margin-top: 1.5em;
-}
-div.contents {
- background: #e8e8e8;
- border: solid thin black;
- padding: 10px;
-}
-div.contents h1 {
- font-size: 110%;
-}
-div.contents h2 {
- font-size: 100%;
-}
-div.contents ul.contents {
- font-size: 80%;
-}
-.class {
- border-bottom: solid 2px gray;
-}
-.constants {
-}
-.description {
- margin-top: 0.5em;
-}
-.discussion {
-}
-.enumeration {
- border-bottom: solid 2px gray;
-}
-.function {
- border-bottom: solid 2px gray;
- margin-bottom: 0;
-}
-.members {
-}
-.method {
-}
-.parameters {
-}
-.returnvalue {
-}
-.struct {
- border-bottom: solid 2px gray;
-}
-.typedef {
- border-bottom: solid 2px gray;
-}
-.union {
- border-bottom: solid 2px gray;
-}
-.variable {
-}
-code, p.code, pre, ul.code li {
- font-family: monaco, courier, monospace;
- font-size: 90%;
-}
-a:link, a:visited {
- text-decoration: none;
-}
-span.info {
- background: black;
- border: solid thin black;
- color: white;
- font-size: 80%;
- font-style: italic;
- font-weight: bold;
- white-space: nowrap;
-}
-h3 span.info, h4 span.info {
- float: right;
- font-size: 100%;
-}
-ul.code, ul.contents, ul.subcontents {
- list-style-type: none;
- margin: 0;
- padding-left: 0;
-}
-ul.code li {
- margin: 0;
-}
-ul.contents > li {
- margin-top: 1em;
-}
-ul.contents li ul.code, ul.contents li ul.subcontents {
- padding-left: 2em;
-}
-div.body dl {
- margin-top: 0;
-}
-div.body dt {
- font-style: italic;
- margin-top: 0;
-}
-div.body dd {
- margin-bottom: 0.5em;
-}
-h1.title {
-}
-h2.title {
- border-bottom: solid 2px black;
-}
-h3.title {
- border-bottom: solid 2px black;
-}
---></style>
-</head>
-<body>
-<div class='body'>
-<h1 align='right'><a name='REFERENCE'><img src="C.gif" align="right"
-hspace="10" width="100" height="100" alt="C"></a>Library
-Reference</h1>
-
-<h2 class="title">Contents</h2>
-<ul class="contents">
-<li><a href="#FUNCTIONS">Functions</a><ul class="code">
-<li><a href="#mxmlAdd" title="Add a node to a tree.">mxmlAdd</a></li>
-<li><a href="#mxmlDelete" title="Delete a node and all of its children.">mxmlDelete</a></li>
-<li><a href="#mxmlElementDeleteAttr" title="Delete an attribute.">mxmlElementDeleteAttr</a></li>
-<li><a href="#mxmlElementGetAttr" title="Get an attribute.">mxmlElementGetAttr</a></li>
-<li><a href="#mxmlElementSetAttr" title="Set an attribute.">mxmlElementSetAttr</a></li>
-<li><a href="#mxmlElementSetAttrf" title="Set an attribute with a formatted value.">mxmlElementSetAttrf</a></li>
-<li><a href="#mxmlEntityAddCallback" title="Add a callback to convert entities to Unicode.">mxmlEntityAddCallback</a></li>
-<li><a href="#mxmlEntityGetName" title="Get the name that corresponds to the character value.">mxmlEntityGetName</a></li>
-<li><a href="#mxmlEntityGetValue" title="Get the character corresponding to a named entity.">mxmlEntityGetValue</a></li>
-<li><a href="#mxmlEntityRemoveCallback" title="Remove a callback.">mxmlEntityRemoveCallback</a></li>
-<li><a href="#mxmlFindElement" title="Find the named element.">mxmlFindElement</a></li>
-<li><a href="#mxmlIndexDelete" title="Delete an index.">mxmlIndexDelete</a></li>
-<li><a href="#mxmlIndexEnum" title="Return the next node in the index.">mxmlIndexEnum</a></li>
-<li><a href="#mxmlIndexFind" title="Find the next match
|