[xml] Size



Hi
I'm currently trying to get a very light XML library, but I can't make it 
smaller than 874596 bytes. 
Is there a way to wrap off 'non-essential' parts to get a xml only lib ? (I 
mean wich can get all the content of a thing like that : 
<Compagny>
 <Nom>MCS</Nom>    
 <Adresse>Ou on veux</Adresse>
 <Employe>
   <Nom>Jylam</Nom>
   <Fonction>Code</Fonction>
   <Os>Linux</Os>
 </Employe>
 <Employe>
   <Nom>Lightshow</Nom>
   <Fonction>Code</Fonction>
   <Os>Windows</Os>
 </Employe>
</Compagny>
)


Thanks for all, that lib rocks


Jean-Yves Lamoureux
www.lnxscene.org



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]