Tag: JSON / JAVA / XML

Community

XML(SOAP) Message to Object Mapper

(Sam Shiles) The parsing and processing of the xml response data from various sources (especially SOAP messages returned from webservices via the XMLHttpResponse object) is becoming a more and more common task in the browser. The idea behind the solution presented in this article is to ease this par

Community

Extracting Complex XML for ETL

(Mike) The XML data source does not handle complexity within XML very well. For the simplest XML it is fine, but for anything that is complex – in other words, real world data – one needs to resort to Script tasks or executables to actually get to data. Whenever you see “<xsd:complexType name=”Wha

Community

Index XML Documents with VTD-XML

(Jimmy Zhang) Traditionally DOM or SAX-based enterprise applications have to repeat CPU-intensive XML parsing when accessing the same documents multiple times. This article introduces a very simple, general-purpose, native XML index called VTD+XML (http://vtd-xml.sourceforge.net/persistence.html) th