Hello Javier,

I have committed this patch and I would appreciate if you could confirm 
that it works now for you.

Thank you for your feedbacks!

-Alain

Le 16/09/2012 20:00, Javier Díaz a écrit :
> Hello,
>
> I hope this is useful for official version, or at least to somebody in
> the same situation as us.
>
> Using r545 we had to do change invocation to initImpl immediatelly after
> MagicSeparator comment in order to avoid a warning in IE6,7 & 8:
>
> @@ -330,6 +330,10 @@
>                                          <script
> id="xsltforms-generatedscript" type="text/javascript">
>                                                  <xsl:text>/*
> XsltForms_MagicSeparator */
>   </xsl:text>
> +                                               <xsl:text>function
> </xsl:text>
> +                                               <xsl:value-of
> select="$vn_pf"/>
> +                                               <xsl:text>initImpl() {
> +</xsl:text>
>                                                 
> <xsl:text>XsltForms_globals.language = "</xsl:text>
>                                                  <xsl:choose>
>                                                          <xsl:when
> test="$lang != ''">
> @@ -353,10 +357,6 @@
>                                                  </xsl:choose>
>                                                  <xsl:text>";
>   </xsl:text>
> -                                               <xsl:text>function
> </xsl:text>
> -                                               <xsl:value-of
> select="$vn_pf"/>
> -                                               <xsl:text>initImpl() {
> -</xsl:text>
>
> The warning was:
>
> Mensaje: 'XsltForms_globals' no está definido
> Línea: 4
> Carácter: 1
> Código: 0
>
> With the js change all works as previously did but error doesn't appear.
>
> Cheers,
> Javier
>


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Xsltforms-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xsltforms-support

Reply via email to