Does anyone have any relationship data between XML Parsing (using the built in spec Parser) and specific CES devices We are looking for data based on the parsing and handling the parsed xml stream, such as dynamically creating menus, pop up messages, dynamic playlist navigation, game engine datasets etc. Our SAX implementation and DOM implementations are multi-format compatible but we are looking to verify performance at this time before giving up on the built in spec parser.
Any one doing this kind of dynamic work already and willing to share their experiences
Thanks,
Denny B.

XML Parser Performance..
mkrtchyan.arsen
Sugan
HI Peter,
This is very good to know as well. I think that is a good rule of thumb even if using the built in parser is: The XML text after parsing could result in dynamic generation of objects that take up more memory then the XML text itself; for example game questions, dynamic navigation etc.
Thanks
Denny B.
Cosgram
jameyer
Thanks Drum All Day that is very good to know…
-Denny B
errolian
cherriesh
Yes we have implemented an XML parser for cross compatibility (BD-J, Netblender, and HDi)