[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XML Writer Service program



Hi,
I'm starting a project that need to write xml files.
I know that there is no mora "rocket science" that wrinting to a stream 
file in teh IFS.

But I'm wondering is someone has developed something like:

   xml =  pCreateXmlObject();
    pWriteStartElement(xml : 'Invoice') ;
    pWriteTag(xml : 'InvNro' : $InvoiceNumber ) ;
    pWriteEndElement(xml)


To for example create this xml
    <Invoice>
          <InvNr>some value</InvNr>
    </Invoice>

If anyone has something , please let me know.

-- 
.::.
Nicolas Machado
Metodo Argentina S.A.
_____________________
Tel: 02262 527431
Necochea, Buenos Aires.

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------