Re: [Xsltforms-support] Problem with trunk version of xsltforms
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-12-01 21:39:38
|
Hello Javier, > In xsltforms.xsl, the property 'indent="no"' from <xsl:output > method="html" omit-xml-declaration="no" doctype-public="-//W3C//DTD > XHTML 1.0 Transitional//EN"/> disappears in this version Thank you for noticing this problem. This has now been fixed in xsltforms.xsl build process. > and although it seems it works ok when using in a xsl client > transformation, when applying the xsltform.xsl in server side, the > html generated doesn't work properly. indent="no" is very important because indent="yes" would add a lot of extra text nodes and this would disturbed enough the Javascript part of XSLTForms to have wrong behavior. It could be possible to modify XSLTForms to support those extra nodes but this would mean extra Javascript instructions and would slow the rendering... Best regards, -Alain |