peiyongz    2003/01/28 12:55:40

  Modified:    c/doc    program-dom.xml
  Log:
  Bug#13694: Allow Xerces to write the BOM to XML files
  
  Revision  Changes    Path
  1.27      +19 -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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- program-dom.xml   24 Jan 2003 19:59:56 -0000      1.26
  +++ program-dom.xml   28 Jan 2003 20:55:40 -0000      1.27
  @@ -1574,6 +1574,25 @@
   
              </s4>
   
  +           <s4 title="Xerces Features">
  +            <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. 
  +                                                </td></tr>
  +                <tr><th><em>false:</em></th><td> Disable the writing of BOM. 
</td></tr>
  +                <tr><th><em>note:</em></th><td> The BOM is written at the beginning 
of the resultant XML stream, 
  +                                                if and only if a DOMDocumentNode is 
rendered for serialization, 
  +                                                and the output encoding is among 
the encodings listed here (alias
  +                                                acceptable),
  +                                                UTF-16, UTF-16LE, UTF-16BE, UCS-4, 
UCS-4LE, and UCS-4BE.
  +                                                
  +                                                In the case of UFT-16/UCS-4, the 
system directive, ENDIANMODE_LITTLE
  +                                                and ENDIANMODE_BIG (which denotes 
the host machine's endian mode),
  +                                                is refered to determine the 
appropriate BOM to be written. 
  +                </td></tr>
  +                <tr><th><em>default:</em></th><td> false </td></tr>
  +            </table>
  +           </s4>
           </s3>
   
       </s2>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to