Java Technology & XML - Interpretation of javax.xml.namespace.QName.......?
Hi everyone,
I coud not understand the interpretation of the following constructor : -
javax.xml.namespace.QName(java.lang.String namespaceURI, java.lang.String localPart);
please throw some light on this with an example, as I don't know much about XML.
Thnx in advance...

