Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2875408
By: mgilgar


I have found out how to solve the problem. You only have to add 'method' 
attribute
to xsl:output in xsl files. The value of the method should be 'html'.

So:

If you have:
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
xmlns:db="http://www.wap-force.net/dbforms";>
<xsl:output indent="yes"/>

You should have:

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
xmlns:db="http://www.wap-force.net/dbforms";>
<xsl:output method="html" indent="yes"/>

I do not know if this thing can be considered a bug, but maybe.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=55830


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to