Author Archive

Parsing XML Using the WWGXML Method

Posted by:

Challenge

The ability to parse XML in a generic way where you may not know tag names ahead of time.

Solution

RiverStar has a utility function, WWGXML, that provides this functionality.  This utility function encapsulates the Java (or C#) method of parsing XML. The added benefit of using this function is that is simplifies the porting of code from Java to C# or vice versa.

The following description is describing things from the java side, but for ...

Continue Reading →
0