How to get access to the raw XML when processing XML in Java

How to get access to the raw XML when processing XML in Java — IT Management 101

I’ve always felt that XML processing in Java is overly complex. Surely something that so many business applications need to do on a regular basis should be simpler and easier by now. Recently I needed to get access to the raw XML being retrieved in this case from an Amazon Web Service for two reasons. … Read more