mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Add new files.
This commit is contained in:
parent
1a53661752
commit
895cff0358
49
www/docfiles/ChangesinMiniXML22.html
Normal file
49
www/docfiles/ChangesinMiniXML22.html
Normal file
@ -0,0 +1,49 @@
|
||||
<!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.2</TITLE>
|
||||
<META NAME="author" CONTENT="Michael Sweet">
|
||||
<META NAME="copyright" CONTENT="Copyright 2003-2005">
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
||||
<LINK REL="Start" HREF="index.html">
|
||||
<LINK REL="Contents" HREF="toc.html">
|
||||
<LINK REL="Prev" HREF="BReleaseNotes.html">
|
||||
<LINK REL="Next" HREF="ChangesinMiniXML21.html">
|
||||
<STYLE TYPE="text/css"><!--
|
||||
BODY { font-family: 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 }
|
||||
--></STYLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<A HREF="toc.html">Contents</A>
|
||||
<A HREF="BReleaseNotes.html">Previous</A>
|
||||
<A HREF="ChangesinMiniXML21.html">Next</A>
|
||||
<HR NOSHADE>
|
||||
<H2><A NAME="7_1">Changes in Mini-XML 2.2</A></H2>
|
||||
<UL>
|
||||
<LI>Added shared library support (STR #17)</LI>
|
||||
<LI>mxmlLoad*() now returns an error when an XML stream contains illegal
|
||||
control characters (STR #10)</LI>
|
||||
<LI>mxmlLoad*() now returns an error when an element contains two
|
||||
attributes with the same name in conformance with the XML spec (STR
|
||||
#16)</LI>
|
||||
<LI>Added support for CDATA (STR #14, STR #15)</LI>
|
||||
<LI>Updated comment and processing instruction handling - no entity
|
||||
support per XML specification.</LI>
|
||||
<LI>Added checking for invalid comment termination ("--->" is not
|
||||
allowed)</LI>
|
||||
</UL>
|
||||
<HR NOSHADE>
|
||||
<A HREF="toc.html">Contents</A>
|
||||
<A HREF="BReleaseNotes.html">Previous</A>
|
||||
<A HREF="ChangesinMiniXML21.html">Next</A>
|
||||
</BODY>
|
||||
</HTML>
|
78
www/docfiles/HowtoApplyTheseTermstoYourNewLibraries.html
Normal file
78
www/docfiles/HowtoApplyTheseTermstoYourNewLibraries.html
Normal file
@ -0,0 +1,78 @@
|
||||
<!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.2</TITLE>
|
||||
<META NAME="author" CONTENT="Michael Sweet">
|
||||
<META NAME="copyright" CONTENT="Copyright 2003-2005">
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
||||
<LINK REL="Start" HREF="index.html">
|
||||
<LINK REL="Contents" HREF="toc.html">
|
||||
<LINK REL="Prev" HREF="AGNULibraryGeneralPublicLicense.html">
|
||||
<LINK REL="Next" HREF="BReleaseNotes.html">
|
||||
<STYLE TYPE="text/css"><!--
|
||||
BODY { font-family: 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 }
|
||||
--></STYLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<A HREF="toc.html">Contents</A>
|
||||
<A HREF="AGNULibraryGeneralPublicLicense.html">Previous</A>
|
||||
<A HREF="BReleaseNotes.html">Next</A>
|
||||
<HR NOSHADE>
|
||||
<H2><A NAME="6_1">How to Apply These Terms to Your New Libraries</A></H2>
|
||||
<P>If you develop a new library, and you want it to be of the greatest
|
||||
possible use to the public, we recommend making it free software that
|
||||
everyone can redistribute and change. You can do so by permitting
|
||||
redistribution under these terms (or, alternatively, under the terms of
|
||||
the ordinary General Public License).</P>
|
||||
<P>To apply these terms, attach the following notices to the library. It
|
||||
is safest to attach them to the start of each source file to most
|
||||
effectively convey the exclusion of warranty; and each file should have
|
||||
at least the "copyright" line and a pointer to where the full notice is
|
||||
found.</P>
|
||||
<PRE>
|
||||
<VAR>one line to give the library's name and an idea of what it does.</VAR>
|
||||
Copyright (C) <VAR>year</VAR> <VAR>name of author</VAR>
|
||||
|
||||
This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version.
|
||||
|
||||
This library is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Lesser General Public
|
||||
License along with this library; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
</PRE>
|
||||
<P>Also add information on how to contact you by electronic and paper
|
||||
mail.</P>
|
||||
<P>You should also get your employer (if you work as a programmer) or
|
||||
your school, if any, to sign a "copyright disclaimer" for the library,
|
||||
if necessary. Here is a sample; alter the names:</P>
|
||||
<PRE>
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in
|
||||
the library `Frob' (a library for tweaking knobs) written
|
||||
by James Random Hacker.
|
||||
|
||||
<VAR>signature of Ty Coon</VAR>, 1 April 1990
|
||||
Ty Coon, President of Vice
|
||||
</PRE>
|
||||
<P>That's all there is to it!</P>
|
||||
<HR NOSHADE>
|
||||
<A HREF="toc.html">Contents</A>
|
||||
<A HREF="AGNULibraryGeneralPublicLicense.html">Previous</A>
|
||||
<A HREF="BReleaseNotes.html">Next</A>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Reference in New Issue
Block a user