RE: [SVGMobile12] parseXML method needs clarification

Hello Boris,

The Working Group has reviewed the NOT_SUPPORTED_ERR exception in parseXML and has determined that it was added in error. This exception will be removed from parseXML.

All the best,
Andrew, on behalf of the SVG Working Group
 

> -----Original Message-----
> From: Boris Zbarsky [mailto:bzbarsky@mit.edu]
> Sent: Friday, July 21, 2006 9:52 AM
> To: Andrew Emmons
> Cc: Erik Dahlström; www-svg@w3.org
> Subject: 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 Wednesday, 9 August 2006 12:30:47 UTC