Hi all,

It seems that in FP9, text nodes would have their namespace associated with
them. This is what I get in the debugger:

<value xmlns="http://www.pranaframework.org/objects"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance";>
  true
</value>

However, with FP10 the namespace info is gone for text nodes and the xml
tags are returned as entities:

&lt;value&gt;true&lt;/value&gt;

As a result, calling name() on the node returns null.

Has anyone ran into this issue? Is this expected behavior in FP10, since it
seems to be causing compatibility issues?

regards,
Christophe

-- 
Christophe Herreman
http://www.herrodius.com
http://www.pranaframework.org

Reply via email to