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

Re: XML Writer Service program



Take a look at this article http://www.ibmsystemsmag.com/ibmi/enewsletterexclusive/13613p1.aspx 
  it demonstrates using CGIDEV2 for this exact purpose.


Jon Paris

www.Partner400.com
www.SystemiDeveloper.com



On 6-Jul-09, at 3:34 PM, 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.
>
> -- 
> .::.
> 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
> -----------------------------------------------------------------------

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