htdocs/dev expat3.html,1.2,1.3
"Fred L. Drake" <[email protected]> Fri, 28 Jan 2005 19:26:58 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/htdocs/dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9807 Modified Files: expat3.html Log Message: - add note about XML 1.1 - add missing link to tracker item Index: expat3.html =================================================================== RCS file: /cvsroot/expat/htdocs/dev/expat3.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- expat3.html 29 Jan 2005 03:24:21 -0000 1.2 +++ expat3.html 29 Jan 2005 03:26:56 -0000 1.3 @@ -29,10 +29,14 @@ and have time to write about them. </p> <ul> + <li> Support for XML 1.1 and the corresponding namespaces updates. </li> + <li> The signature of the <code>XML_ParserReset()</code> method will grow an additional argument allowing specification of what should be - reset. See <a href= "" >bug report 1109116: <em>Optimize - implementation of XML_ParserReset</em></a> for more information. </li> + reset. See <a href= + "http://sourceforge.net/tracker/index.php?func=detail&aid=1109116&group_id=10127&atid=110127" + >bug report 1109116: <em>Optimize implementation of + XML_ParserReset</em></a> for more information. </li> <li> All structural event callback functions will return an <code>XML_Status</code> value that the parser will check. This will