Couple of quick questions regarding Java and XML
Is it possible to parse XML from a string instead of from a file?
Using javascript I could explicitly call a node using
xmlNode.selectS ingleNode("/node1/node[@attribute='wha tever']");
Are there such functions available with Jave?
Cheers
Xav
Is it possible to parse XML from a string instead of from a file?
Using javascript I could explicitly call a node using
xmlNode.selectS ingleNode("/node1/node[@attribute='wha tever']");
Are there such functions available with Jave?
Cheers
Xav
Comment