"Thomas DeWeese" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The issue I ran into was cases like: > a = parseXML("<rect x="10" y="10" width="100" height="50"/>", null); > > If the base document is provided and it is an SVG document then the > resulting 'rect' > element will be an svg rect (in the svg namespace) in a Document > Fragment. Othewise it > will become the root element of a generic XML document (if doc is null) > or a generic > XML Document Fragment (if doc is not an SVG document) and not have any > associated > namespace.
I agree with this, although as you note it's an Adobe extension, and I would not be too unhappy if you left of deployment until after SVG 1.2 had defined what it should do (or decided not to, in which case then I'd like to see it :-) Jim. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]