Hi. I am hoping that there is a way to retrieve HTML stored in a DB2 database with , and use the value in several places later in my xsp page. The documentation says that the value of the given column is interpreted as an XML fragment, which is parsed by the xsp parser and the document element is returned. Can I assign this to a variable of some type and get its value by some accessor method to insert the HTML into my output? The only way I have been able to get the results I want it to run the query at each place I want the output, and that is very inefficient. I have: ... select text from sur_response ... some other queries go here ... select text from sur_response
... I would like: (what is the type of myVar?) ... select text from sur_response myVar = ; ... some other queries go here ...
myVar
myVar
... Thanks, Leona --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org