You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by SureshBabu Sabbu <su...@gmail.com> on 2014/07/10 09:34:57 UTC

Fwd: xml content with Tab special characters in view source

Hi,

We observed that in Trinidad 1.2 and 2.x appends the "Tab" Special
Charecters (

&#9;) for the xml content on the JSF page. With this behavior we observed
xml parsing issues as this not able to find the nodes in this xml document.
The same behavior not seen in Trinidad 1.0.

Our application event mechanism is fully dependent on xml dataislands as
shown below.
So could you please let us know is this a bug in the new releases. If so
what could be your recommendations for these situations.

Also need to mention that the same xml is aligned with the space bar
instead Tab the special characters not seen in the view source.

&#9;&#9;&#9;&#9;&#9;<xml id="welcomePage2"
ondatasetcomplete="top.advisorDesktop.eventManager.registerEvents(this,
window);">

&#9;&#9;&#9;&#9;&#9;&#9;&#9;<events>

&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;<registerevent>

&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;<eventname>statusRefresh</eventname>

&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;<eventhandlerfunction>
refreshStatusBar</eventhandlerfunction>

&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;&#9;</registerevent>

&#9;&#9;&#9;&#9;&#9;&#9;&#9;</events>

&#9;&#9;&#9;&#9;&#9;</xml>



Thanks

Suresh Babu S