> Et je ne comprends pas pourquoi on ne peut pas remplacer :
> Set attributs =
>
xmlServ.responseXML.childNodes.item(1).childNodes.item(0).attributes.getName
> dItem("DATABASE")
> par ça :
> Set attributs =
>
xmlServ.responseXML.selectSingleNode("resultset").attributes.getNamedItem("D
> ATABASE")
Ca ne marche pas mieux comme ceci :
xmlServ.responseXML.selectSingleNode("RESULTSET").attributes.getNamedItem("D
ATABASE")
?
Eddy
--
Devenez redacteur <XML>fr et contribuez au developpement du
xml francophone (http://xmlfr.org/infos/redacteurs/) !
Liste de diffusion "xml-tech@xmlfr.org" (http://xmlfr.org).
Cette liste est a votre disposition pour discuter en francais de
tout sujet technique lie a XML.
Pour resilier votre abonnement, envoyez un message contenant
la commande "unsubscribe" a xml-tech-request@xmlfr.org
(mailto:xml-tech-request@xmlfr.org?Subject=unsubscribe)
Received on Fri Jul 4 11:32:27 2003