Re: [Xsltforms-support] namespace in instance causing error
Brought to you by:
alain-couthures
|
From: COUTHURES A. <ala...@ag...> - 2009-11-28 14:11:25
|
Paul,
> OK, occured to me to view source on the output and here's what I found:
>
> new XFInstance("events",xf_model_0,null,'<newsm:newsitem xmlns:newsml="http://iptc.org/std/nar/2006-10-01/">foo</newsm:newsitem>');
>
FireBug for FF3.5 on Windows gives me:
new XFInstance("events",xf_model_0,null,'<newsml:newsitem
xmlns:newsml="http://iptc.org/std/nar/2006-10-01/">foo</newsml:newsitem>');
Web Inspector for Safari 4.0.4 on Windows gives me:
new XFInstance("events",xf_model_0,null,'<newsml:newsitem
xmlns:newsml="http://iptc.org/std/nar/2006-10-01/">foo</newsml:newsitem>');
> Seems crazy. Am I right? If so it looks like a processor bug?
>
Yes, it looks like... but for both FireFox and Safari on your machine??
> Are you able to reproduce based on that second corrected code I sent, Alain?
>
No, I can't reproduce that...
Can you test on another machine ?
-Alain
|