Yea, for now, just access textContent, since that's the XML DOM standard
accessor for what you want.



On Tue, Dec 21, 2010 at 3:24 PM, Sanford Whiteman <
sa...@cypressintegrated.com> wrote:

> > ok so we have to find the TextNode and retrieve the textContent...
>
> Not necessarily; you can just eschew the Moo getters.
>
>    http://www.jsfiddle.net/tps3z/1/
>
> This  works  in  Moz  +  WK.   But you are going to have trouble in IE
> unless you namespace your XML, as previously documented.
>
> -- Sandy
>
>

Reply via email to