phpbar.de logo

Mailinglisten-Archive

[php] XML-Attribute mit Namespaces erstellen

[php] XML-Attribute mit Namespaces erstellen

Sascha Bahl sbahl at gismobil.de
Fre Jul 6 09:16:45 CEST 2007


Hallo Norman!

> Wenn ich es aus dem Stand richtig im Kopf habe, solltest Du mit 
> folgendem etwas anfangen können...
> 
> <?php
> 
>   $doc = new DOMDocument();
>   $element = $doc->createElement( 'OnlineResource');
>   $element->setAttributeNS('http://www.w3.org/1999/xlink',  
> 'xlink:type', 'simple');
>   $element->setAttributeNS('http://www.w3.org/1999/xlink', 'xlink:href', 
> 'http://hostname/');
>   $doc->appendChild($element);
>   ...
> ?>

Genauso ist es! Vielen Dank! Da muss man erstmal drauf kommen...


Gruß

Sascha

php::bar PHP Wiki   -   Listenarchive