email address: robert@gen.nl
Hello,
The generate_lists.xsl stylesheet does not work well if
multiple database connections are used. It does not
look for the dbConnectionName property of the table tag
in dbforms-config.xml. I solved this problem by making
some minor changes to generate_lists.xsl.
I added the following line just before the line with
the starting db:dbform tag:
<xsl:variable name="dbConnectionName"><xsl:value-of
select="@dbConnectionName"/></xsl:variable>
Further more I added the following property and
property value to the db:dbform tag:
dbConnectionName="{$dbConnectionName}"
These changes should also be made to other stylesheets
which make use of database connections.
I hope I made a contribution to this very useful project,
Robert.
Logged In: YES
user_id=569597
Thanks for your help.
Could you send me the whole changed file?
Thanks,
Henner