|
@@ -107,9 +107,9 @@ |
|
|
block discarded – undo |
|
107
|
107
|
if (!$e->lookupPrefix($this->getXsiType()->getNamespaceURI()->getValue())) { |
|
108
|
108
|
// $e->setAttributeNS( |
|
109
|
109
|
// 'http://www.w3.org/2000/xmlns/', |
|
110
|
|
- // 'xmlns:' . static::getXsiTypePrefix(), |
|
111
|
|
- // strval(static::getXsiTypeNamespaceURI()), |
|
112
|
|
- // ); |
|
|
110
|
+ // 'xmlns:' . static::getXsiTypePrefix(), |
|
|
111
|
+ // strval(static::getXsiTypeNamespaceURI()), |
|
|
112
|
+ // ); |
|
113
|
113
|
$xmlns = new XMLAttribute('http://www.w3.org/2000/xmlns/', 'xmlns', strval(static::getXsiTypePrefix()), static::getXsiTypeNamespaceURI()); |
|
114
|
114
|
$xmlns->toXML($e); |
|
115
|
115
|
} |
Please login to merge, or discard this patch.