tng 2003/01/06 11:45:18
Modified: c/doc migration.xml
Log:
New feature StandardUriConformant to force strict standard uri conformance.
Revision Changes Path
1.40 +2 -0 xml-xerces/c/doc/migration.xml
Index: migration.xml
===================================================================
RCS file: /home/cvs/xml-xerces/c/doc/migration.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- migration.xml 6 Jan 2003 15:41:14 -0000 1.39
+++ migration.xml 6 Jan 2003 19:45:18 -0000 1.40
@@ -97,6 +97,7 @@
<li>and DOMBuilder/SAX2XMLReader will recognize the feature
http://apache.org/xml/features/standard-uri-conformant</li>
</ul>
+ <li>Add XMLURL::hasInvalidChar() to indicate if the URL has invalid
char as per RFC standard</li>
</ul>
</s4>
@@ -114,6 +115,7 @@
a reference as parameter, i.e. QName(const QName& qname).</li>
<li>To fix [Bug 12232], the QName operator== has been added a const
modified.</li>
<li>Move XMLUri copy constructor and operator = as public.</li>
+ <li>Move XMLUri::isURIString as public.</li>
<li>For validation purpose, added two more default parameters to
XMLValidator::validateAttrValue</li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]