Hi. I have written a java code to create xml tags in separate xml file(.xml) and query the database. My xml tag is in this format:
<company comp:loc=" "/>
Now I need to get values for blank field (loc=" ") from SQL database.
How to get these values from SQL database for xml tag in java?

field(" ")looks like a space to me. – Nishan Sep 20 '11 at 6:08