Env: TS 6.7.1 SP1 Linux
My objective is to create DCRs comprised of multiple queries from a DB. For example, my DCR XML would resemble:
[html]
111121212
doo hickey
English
[/html]
with values produced from complex queries of multiple tables.
I ran across the XML-DBMS project on Sourceforge and was wondering if anyone has any experience using this module. Furthermore (to the Perl genuises) is there any other recommended/conventional methods for doing the same using other common modules?
TIA