i get values from a postgres database and i want to show them in a html-table view.
everything gets touched and transformed by my xsl-file, except for the data from the database.
Maybe someone can help solve this problem.
Here is what i have in my sitemap:
<map:match pattern="dbtest2.html">
<map:generate src="mount/postgres/dbtest2.xml"/>
<map:transform type="sql">
<map:parameter name="use-connection" value="films"/>
</map:transform>
<!--map:transform type="xslt" src="mount/postgres/db_form.xsl"/-->
<map:serialize type="xml"/>
</map:match>As soon as I put the comment back in, my values from the DB dissappears completly, but everything else gets transformed.
Thanks,
Markus
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
