Re: Parsing XML
Re: Parsing XML
- Subject: Re: Parsing XML
- From: Simon McLean <email@hidden>
- Date: Wed, 11 Feb 2009 10:29:46 +0000
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@hidden>
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Parsing XML (From: Josh Paul <email@hidden>) |