peiyongz 2003/01/31 07:50:03 Modified: c/doc program-dom.xml migration.xml Log: Bug#13694: Allow Xerces to write the BOM to XML files Revision Changes Path 1.29 +1 -0 xml-xerces/c/doc/program-dom.xml Index: program-dom.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/program-dom.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- program-dom.xml 29 Jan 2003 19:47:36 -0000 1.28 +++ program-dom.xml 31 Jan 2003 15:50:02 -0000 1.29 @@ -1575,6 +1575,7 @@ </s4> <s4 title="Xerces Features"> + <anchor name="byte-order-mark"/> <table> <tr><th colspan="2"><em>byte-order-mark</em></th></tr> <tr><th><em>true:</em></th><td> Enable the writing of the Byte-Order-Mark (BOM), in the resultant XML stream. 1.45 +4 -0 xml-xerces/c/doc/migration.xml Index: migration.xml =================================================================== RCS file: /home/cvs/xml-xerces/c/doc/migration.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- migration.xml 31 Jan 2003 13:20:50 -0000 1.44 +++ migration.xml 31 Jan 2003 15:50:02 -0000 1.45 @@ -48,6 +48,10 @@ <li>390: support record-oriented MVS datasets with the DOM Level 3 serialization APIs</li> <li>Support for Linux/390</li> <li>Performance: Break Scanner for different functionalities and many other performance improvement</li> + <li>New feature, "http://apache.org/xml/features/dom/byte-order-mark", allows user to enable + DOMWriter to write Byte-Order-Mark in the output XML stream, + See <jump href="program-dom.html#Byte-Order-Mark"> + Xercesc Feature: Byte Order Mark</jump> for details</li> </ul> </s3>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]