Hi,I am querying a Xindice database and would like to turn my results into an org.w3c.dom.Document. Is there some way that I can string my results together in the following manner:
<ROOT> <XINDICE_QUERY_RESULT_1></XINDICE_QUERY_RESULT_1> <XINDICE_QUERY_RESULT_2></XINDICE_QUERY_RESULT_2> <XINDICE_QUERY_RESULT_3></XINDICE_QUERY_RESULT_3> . . . </ROOT>
Thanks, Ben
