Hi Benoit,
Oops! I forgot to escape characters such as &, < and > in the text value
of the corresponding XML element.
It wouldn't append if only a native Javascript API allowed to create an
XML document in a simpler way than strings concatenation...
Thanks!
-Alain
Le 09/03/2012 10:20, bvi...@la... a écrit :
> Hi Alain,
>
> My problem is quite simple : when I call the profiler from a page which have more than one parameter in it's URL, the profiler doesn't work.
>
> What I understood is :
> 1) The URL looks like "http://localhost/test.xforms?p1=a&p2=b
> 2) So in the profiling_data, the element contains a "&"
> 3) The deserialization used by "opener://" fail on the "&" because it tries to resolve an Entity ref"&...;"
>
> I think we can have this problem each time an instance contains specials chars in it and is shared between a form and a subform.
>
> Regards
> Benoit
>
>
|