@@ -129,7 +129,7 @@ |
||
129 | 129 | { |
130 | 130 | $e = parent::toXML($parent); |
131 | 131 | $e->setAttributeNS( |
132 | - 'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
132 | + 'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
133 | 133 | ); |
134 | 134 | |
135 | 135 | $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType()); |