Posted By:
Anirban_C
Posted On:
Friday, August 29, 2003 04:58 PM
HI,
I have an xml document of type
myns:someText
I want to parse the contents of child element into a QName .
I am Not able to figure out a way of resolving "myns" to "some-ns" .
I am using JAXP because I want to switch between xerces and xmlparserv2 .
Any help would be highly appreciated .