[jdom-interest] Adding elements after ResultsetBuilder class

Anand, Rajesh Rajesh_Anand at ml.com
Thu Dec 9 06:00:52 PST 2004


	Hi Folks,

	Is there anyway of adding extra elements after fetching rows
from a table and using ResultsetBuilder class.

	The idea is that we have the xml like below...where a,b,c,d&e
are all in one table and a1,a2 are in another table.
	
	Row one from table one...
	<a> 1 <a/>
		<a1> xxx <a1/> row 1 from table 2, first col.
		<a2> yyy <a2/> row 1 from table 2, 2nd col. 
	<b> 21 <a/>
	<c> 31 <a/>
	<d> 41 <a/>
	<e> 51 <a/>  End of row one from table one..

	So when you fetch data from one table, you need to add
elements/values from 2nd table after each row of table1.

	Is this possible to do with JDOM? A working code would be
useful.

	rgds,

Rajesh Anand
Email:Rajesh_anand at ml.com 
--------------------------------------------------------
 
If you are not an intended recipient of this e-mail, please notify the sender, delete it and do not read, act upon, print, disclose, copy, retain or redistribute it. Click here for important additional terms relating to this e-mail.     http://www.ml.com/email_terms/ 
--------------------------------------------------------
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.jdom.org/pipermail/jdom-interest/attachments/20041209/72e8c710/attachment.htm


More information about the jdom-interest mailing list