Re: [Xsltforms-support] Is it possible to generate an xhtml with php, based on xsltforms?
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-09-11 09:27:43
|
> Ok, now it loads the xslt. > In xsltforms.xsl I have changed > <xsl:variable name="resourcesdir"><xsl:value-of > select="substring-before($href, > 'xsltforms.xsl')"/>includes/xsltforms/</xsl:variable> > to > <xsl:variable name="resourcesdir">includes/xsltforms/</xsl:variable> > and now also the files xsltforms.css and xsltforms.js are loaded > but it still shows the "Loading" box, and the form doesn't work. > What can be the problem? > When the "Loading" (don't hesitate to translate XSLTForms messages to Italian in a messages_it.properties file so I can add it ;-) ) box is remaining, it is usually because of a javascript error. Look at the error console of your browser and don't hesitate to use another one (Opera, Safari,...) to have more explicit error messages. -Alain |