
 Julio Cezar Novais Raffaine - 2007-06-20 13:11:20
 
Wow, this class is realy amazing, its what I'm looking forward. But there is a huge problem in the class. When you load the xml, it loads wrongly the attributes. Let me put an example:
<link id="1" group="all" type="simple">
  <name>Teste</name>
</link>
It loads like this:
<link group="all" type="simple" type="simple">
  <name>Teste</name>
</link>
If you(or someone else) know how to correct this bug, this class will be complete.
Bye