mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-05-11 15:32:08 +00:00
65 lines
2.7 KiB
HTML
65 lines
2.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mini-XML Programmers Manual, Version 2.3</TITLE>
|
|
<META NAME="author" CONTENT="Michael R. Sweet">
|
|
<META NAME="copyright" CONTENT="Copyright 2003-2007">
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
<LINK REL="Start" HREF="index.html">
|
|
<LINK REL="Contents" HREF="index.html">
|
|
<LINK REL="Prev" HREF="Introduction.html">
|
|
<LINK REL="Next" HREF="NotationConventions.html">
|
|
<STYLE TYPE="text/css"><!--
|
|
BODY { font-family: sans-serif }
|
|
H1 { font-family: sans-serif }
|
|
H2 { font-family: sans-serif }
|
|
H3 { font-family: sans-serif }
|
|
H4 { font-family: sans-serif }
|
|
H5 { font-family: sans-serif }
|
|
H6 { font-family: sans-serif }
|
|
SUB { font-size: smaller }
|
|
SUP { font-size: smaller }
|
|
PRE { font-family: monospace }
|
|
A { text-decoration: none }
|
|
--></STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="index.html">Contents</A>
|
|
<A HREF="Introduction.html">Previous</A>
|
|
<A HREF="NotationConventions.html">Next</A>
|
|
<HR NOSHADE>
|
|
<H2><A NAME="1_1">Organization of This Document</A></H2>
|
|
<P>This manual is organized into the following chapters and appendices:</P>
|
|
<UL>
|
|
<LI>Chapter 1, "<A href="BuildingInstallingandPackagingMiniXML.html#INSTALL">
|
|
Building, Installing, and Packaging Mini-XML</A>", provides compilation,
|
|
installation, and packaging instructions for Mini-XML.</LI>
|
|
<LI>Chapter 2, "<A href="GettingStartedwithMiniXML.html#BASICS">Getting
|
|
Started with Mini-XML</A>", shows how to use the Mini-XML library in
|
|
your programs.</LI>
|
|
<LI>Chapter 3, "<A href="MoreMiniXMLProgrammingTechniques.html#ADVANCED">
|
|
More Mini-XML Programming Techniques</A>", shows additional ways to use
|
|
the Mini-XML library.</LI>
|
|
<LI>Chapter 4, "<A href="UsingthemxmldocUtility.html#MXMLDOC">Using the
|
|
mxmldoc Utility</A>", describes how to use the <TT>mxmldoc(1)</TT>
|
|
program to generate software documentation.</LI>
|
|
<LI>Appendix A, "<A href="MiniXMLLicense.html#LICENSE">Mini-XML License</A>
|
|
", provides the terms and conditions for using and distributing
|
|
Mini-XML.</LI>
|
|
<LI>Appendix B, "<A href="ReleaseNotes.html#RELNOTES">Release Notes</A>
|
|
", lists the changes in each release of Mini-XML.</LI>
|
|
<LI>Appendix C, "<A href="LibraryReference.html#REFERENCE">Library
|
|
Reference</A>", contains a complete reference for Mini-XML, generated
|
|
by <TT>mxmldoc</TT>.</LI>
|
|
<LI>Appendix D, "<A href="XMLSchema.html#SCHEMA">XML Schema</A>", shows
|
|
the XML schema used for the XML files produced by <TT>mxmldoc</TT>.</LI>
|
|
</UL>
|
|
|
|
<!-- NEED 10 -->
|
|
<HR NOSHADE>
|
|
<A HREF="index.html">Contents</A>
|
|
<A HREF="Introduction.html">Previous</A>
|
|
<A HREF="NotationConventions.html">Next</A>
|
|
</BODY>
|
|
</HTML>
|