[Xsltforms-support] Problem with trunk version of xsltforms
Brought to you by:
alain-couthures
From: Javier D. <jd...@ge...> - 2009-11-30 15:32:14
|
Hello, I have downloaded last version of xsltforms to use it instead beta2 version, because it have some improvements I think they may be useful, and I have one problem with it. 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, 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. For example, I have tested "bookmarks" sample, and firsty, instead appearing two sections, only the second appears, and then when pressing buttons "New link" and "New section" doesn't work, when I push them, do not appear new links and sections. although it seems they are created, because when pression twice "New section" button, it is only deleted the initial section that appears when "Delete" button is pushed three times. I have been examining the code generated in both cases, but I don't find anything strange. You can see both of them attached in this email. Fortunately, if I put the indent="no" property again, it seems it works again, but I don't know if this affects in any other thing of xsltforms. Best Regards, Javier |