Goldenweb.it homepage

ANNUNCI | DIRECTORY | FONTS | ICONE | NEWSGROUPS | TOP25 | WALLPAPERS

English version  

Info Franchising | Tutto per aprire un Franchising
Franchising da 13 anni con marchi e notizie: Info Franchising. Testata Giornalistica. Franchising in Italia ed idee per mettersi in proprio.
Web Directory Italiana
Directory Italia offre servizi a pagamento per la registrazione dei siti web. È possibile scegliere fra l'inclusione in Home Page, con 3 deeplinks o in evidenza con 2 deeplinks. In alternativa inserire il proprio sito gratuitamente.

GoldenWeb.it Directory "Premium" Links - Il tuo link qui...



DOMElement->setAttributeNS

(no version information, might be only in CVS)

DOMElement->setAttributeNS -- Adds new attribute

Description

void DOMElement->setAttributeNS ( string namespaceURI, string qualifiedName, string value)

Sets an attribute with namespace namespaceURI and name name to the given value. If the attribute does not exist, it will be created.

Throws DOMExcpetion if node cannot be modified.

See also DOMElement->getAttributeNS()