@@ -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()); |