String toXMLText(String dtdURL) throws Exception

Returns an XML text-type (a string) containing the events of the transaction.

Example

System.out.println(toXMLText
    (http://yjeongw2k:8000/RepraWebApp/dtds
    /dbeventStream.xsd));

Sample output:

   <!DOCTYPE dbStream SYSTEM
     'http://yjeongw2k:8000/RepraWebApp/dtds/dbeventstream.xsd'>
   <dbStream environment="repraJMS2.repdb">
     <tran eventId= "102:0000000000000ab200003e10004b00003e1000490000937300dda25000000000000
10001">
       <update schema="REP4">
         <values>
           <cell name="repId" type="INT">2</cell>
           <cell name="repName" type="VARCHAR">name 11</cell>
           <cell name="repCode" type="VARCHAR">code 11</cell>
         </values>
         <oldValues>
           <cell name="repId" type="INT">11</cell>
         </oldValues>
       </update>
     </tran>
   </dbStream>