I think it's an answer of woomlas topic. It's a really good point, i'm a 
bit ashamed of not thinking of this solution.


On Thursday, February 21, 2013 5:57:20 PM UTC+1, Sanford Whiteman wrote:
>
> If you Element.set('text',...), the string will be HTML-escaped 
> (corresponds to native innerText). 
>
> It sort of sounds like you want to parse the response as (X|HT)ML before 
> injecting it into the DOM, rather than escaping the markup tags.  You can 
> do this, with some cross-browser quirks, by querying the responseXML 
> directly before injecting it.  For example, getElementsByTagName() will 
> work on the XML response and the browser won't be rendering anything at 
> that point. 
>
> -- S. 
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to