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

Re: HTTP_PARSE_XML_STRING not found compiling your locweath after upgrading to v1.22



It works a lot like a SAX parser.   (The events are a little different 
than they would be in a true SAX parser, though.)   Basically, for every 
XML tag, it calls a callback and provides information about that tag via 
parameters.

HTTPAPI'x XML parser requires V5R1 or later (which is one reason it 
might or might not be useful to Touchtone.)

HTTPAPI already had a routine for parsing XML as it's received over the 
network, (http_url_get_xml or http_url_post_xml) and it already had a 
routine for parsing XML data from a stream file in the IFS 
(http_parse_xml_stmf).  So this is a logical addition to those, it 
parses XML from a variable...

James Lampert wrote:
> 
> Just what does HTTP_PARSE_XML_STRING parse XML into? If I feed it an XML 
> string, what do I get out?
> 

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