← Prev in month ← Prev in thread

Empty tag with attribute effective for parsing?

From
Sebastian Rohde <>
To
"''" <>
Date
2002-08-01T12:43:57Z
ID
<B3977F23833B8348B9C5732A83A8EFA62157F6@BBMAIL>
Thread
Empty tag with attribute effective for parsing?
Hi,

I have data(texts), which belong to a specific name
By design there are two possibilities how i could solve this:
1.
<stringtable>
   <string id="Greetings" val="Happy new year"/>
   <string id="Greetings2" val="Happy birthday"/>
</stringtable>

2.
<stringtable>
   <string id="Greetings">Happy new year</string>
   <string id="Greetings2">Happy birthday</string>
</stringtable>

Which of these two possibilitites would be more effective to parse?(Xerces
c++, two parsing methods are used, SAX and DOM)
I would be very happy if you could help me with that.

Sebastian Rohde
← Prev in month ← Prev in thread