Hi, We observed that in Trinidad 1.2 and 2.x appends the "Tab" Special Charecters (
	) 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. 					<xml id="welcomePage2" ondatasetcomplete="top.advisorDesktop.eventManager.registerEvents(this, window);"> 							<events> 									<registerevent> 										<eventname>statusRefresh</eventname> 										<eventhandlerfunction> refreshStatusBar</eventhandlerfunction> 									</registerevent> 							</events> 					</xml> Thanks Suresh Babu S

