we do a stack of xml stuff. everything is piped through XSLT and then through WOXMLCoder to give us objects. on the way out we create objects, use WOXMLCoder to give us an xml representation of it, then pipe through XSLT to give us it in a format that the service wants.
all the xml translation is handled in a framework so that our apps just talk in objects. so create request object, hand to service, get response object back. Simon 2009/2/10 Josh Paul <[email protected]> > What libraries/methods do you use for parsing incoming XML (i.e. via a REST > call to an external service) and extracting values? > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > http://lists.apple.com/mailman/options/webobjects-dev/simon%40potwells.co.uk > > This email sent to [email protected] >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
