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

Re: XML Writer Service program



I have used CGIDEV2. Easy and work well.

Nicolas Machado wrote:

>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.
>
>  
>

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