@@ -79,13 +79,13 @@ * modified and converted back to XML again. */ @interface OFXMLElement: OFObject { OFString *name; - OFArray *attrs; + OFMutableArray *attrs; OFString *stringval; - OFArray *children; + OFMutableArray *children; } /** * \param name The name for the element * \return A new autorelease OFXMLElement with the specified element name