[
Lists Home |
Date Index |
Thread Index
]
- From: "Arnold, Curt" <Curt.Arnold@hyprotech.com>
- To: "'xml-dev@xml.org'" <xml-dev@xml.org>
- Date: Wed, 10 May 2000 10:12:43 -0600
You forgot DOM bloat as one of the justifications. There is a substantial performance penalty for naively expanding the SVG path attribute into an equivalent element representation. This is a place
where you would want to use a flyweight pattern, so the source of microtree is still maintained as text and DOM nodes are constructed as needed.
I don't see any possibility of this getting into schema 1.0. However, you could come up with an approach that used the appinfo element of the simpleType.
I guess you could provide a method in an enhanced DOM to get a XMLDocument from an microparsable attribute node.
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|