Re: [SVGMobile12] parseXML method needs clarification

Andrew Emmons wrote:
> The concept of "supported Node types" is introduced in the Node section (http://www.w3.org/TR/SVGMobile12/svgudom.html#dom::Node) of the uDOM appendix. The implementation must support at least Document and Element node types, but is not restricted to these. 

So in other words, parseXML is allowed to throw if there's any text (which would 
be parsed into Text nodes) in the XML being parsed?

(Not that I have a problem with that, just trying to make sure I understand).

-Boris

Received on Friday, 21 July 2006 13:52:01 UTC