[
Lists Home |
Date Index |
Thread Index
]
- From: Chris Lovett <clovett@microsoft.com>
- To: "'Cedric ROUVRAIS'" <crouvrais@octo.fr>, Xml-Dev <xml-dev@xml.org>
- Date: Sat, 8 Jul 2000 02:31:30 -0700
I have done some analysis of the different between attributes and child
elements in MSXML which is published on
http://msdn.microsoft.com/xml/articles/xml02212000.asp. But I would
recommend against using performance as a decision factor in this case.
Chris Lovett
-----Original Message-----
From: Cedric ROUVRAIS [mailto:crouvrais@octo.fr]
Sent: Friday, July 07, 2000 6:45 AM
To: Xml-Dev
Subject: XML performance related to parsing
hi,
i'm trying to find some stuff on xml parsers regarding speed.
for example would it be better to write :
<root>
<date> 11/05/00 </date>
<time> 15:41:00 </time>
</root>
rather than :
<root date="11/05/00" time = "15:41:00">
could anyone give me some links on this one ? of course any advice is
welcome.
any benchmarks would be most welcome.
TIA,
cedric
***************************************************************************
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/
***************************************************************************
***************************************************************************
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/
***************************************************************************
|