I have used this Java NIO to download a xml file from Google Direction.
A screenshot of the xml file opened in IE. This is another screenshot of how it should look right.
For some reason the tags doesn't seem to be recognized, so when I use xPath to evaulate and query the XML file, I get the output like below:
Continue onto <b>Derwent St</b>
338
0.3 km
At the roundabout, take the <b>1st</b> exit onto <b>Corporation St</b>
102
0.1 km
is there a simpler way to fix this or do I have to use SAX parser?