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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module edoc_wiki</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body bgcolor="white">
<h1>Module edoc_wiki</h1>
EDoc wiki expansion, parsing and postprocessing of XML text.
<p>Copyright 2001-2003 Richard Carlsson</p>
<ul><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>
<p><b>Authors:</b> Richard Carlsson (<a href="mailto:richardc@csd.uu.se"><tt>richardc@csd.uu.se</tt></a>).</p>
<p><b>See also:</b> <a href="edoc.html">edoc</a>.</p>
<h2><a name="description">Description</a></h2>EDoc wiki expansion, parsing and postprocessing of XML text.
Uses <a href="/clearcase/otp/internal_tools/xmerl/doc/index.html" target="_top">XMerL</a>.
<h2><a name="index">Function Index</a></h2>
<table width="100%" border="1"><tr><td valign="top"><a href="#expand_text-2">expand_text/2</a></td><td/></tr>
<tr><td valign="top"><a href="#parse_xml-2">parse_xml/2</a></td><td/></tr>
</table>
<h2><a name="functions">Function Details</a></h2>
<h3><a name="expand_text-2">expand_text/2</a></h3>
<tt>expand_text(Cs, L) -> term()
</tt>
<h3><a name="parse_xml-2">parse_xml/2</a></h3>
<tt>parse_xml(Data, Line) -> term()
</tt>
</body>
</html>
|