@@ -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()); |
@@ -110,7 +110,7 @@ |
||
110 | 110 | { |
111 | 111 | $e = $this->instantiateParentElement($parent); |
112 | 112 | $e->setAttributeNS( |
113 | - 'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
113 | + 'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
114 | 114 | ); |
115 | 115 | |
116 | 116 | $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType()); |
@@ -110,7 +110,7 @@ |
||
110 | 110 | { |
111 | 111 | $e = $this->instantiateParentElement($parent); |
112 | 112 | $e->setAttributeNS( |
113 | - 'http://www.w3.org/2000/xmlns/','xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
113 | + 'http://www.w3.org/2000/xmlns/', 'xmlns:' . static::getXsiTypePrefix(), static::getXsiTypeNamespaceURI() |
|
114 | 114 | ); |
115 | 115 | |
116 | 116 | $type = new XMLAttribute(C::NS_XSI, 'xsi', 'type', $this->getXsiType()); |