@Dale: your thoughts seem to confirm mine, that's 2 vs 0.

@Charlie: not really. I am interested in how much memory the before
and after XML takes up. Lets say you are storing the XML in the
session scope, would it be better to store parsed XML or the original
XML... no doubt it depends on how many times would you be XmlParse()
ing the session variable. Perhaps if you intended on parsing the XML
variable 10 times it would be better to parse it then store it versus
if you only intended to parse it once than it's better to store it un-
parsed. On a website that gets a lot of traffic if you store the XML
parsed it would take up a lot more space.

Anyone else?

Cheers
Matthew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to