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

Re: xmltf parser question



Hi Gordon -

Example 15 uses the http_parse_xml_stmf procedure:

if (http_parse_xml_stmf( filename
                       : HTTP_XML_CALC
                       : *null
                       : %paddr(Incoming)
                       : *null ) < 0 );

Specify the filename that contains the data, and the incoming
procedure will parse it.

HTH...

- Michael

On 8/15/07, glarkins@xxxxxxxxxxx <glarkins@xxxxxxxxxxx> wrote:
>
> I am working on a webservice where a great deal  of data is returned.  Due
> to the amount of data, I have now opted to use http_post_xmltf so a stream
> file will first contain the data.  I know the stream file is getting the
> data and the data is correct.
>
> I am stuck trying to figure out where the parser is putting the data prior
> to calling the start procedure that I wrote.  I don't know how I am
> supposed to retrieve the parsed data from within my procedure.
>
> Thanks.
>
> -----------------------------------------------------------------------
> 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
-----------------------------------------------------------------------