This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Adding a childnode to a DataIsland


Maybe
roomsXML.innerHTML = strNewRoom;

Ciao Chris

>-----Original Message-----
>From: owner-xsl-list@mulberrytech.com
>[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Sunny
>Sent: 02 August 2000 06:54
>To: xsl-list@mulberrytech.com
>Subject: Adding a childnode to a DataIsland
>
>
>Hi ! I have an XML dataisland that looks like this -
>
><body>
><xml id=roomsXML>
><rooms>
>    <room id=101>
>        <features> <feature name='a/c'><feature name='bar'></features>
>        <properties> <property name='abc' value='105'> <property name='xyz'
>value='187'></properties>
>    </room>
>    <room id=102>
>        <features> <feature name='jacuzzi'><feature
>name='poolside'></features>
>        <properties> <property id='31' value='107'> <property id='33'
>value='109'></properties>
>    </room>
></rooms>
></xml>
></body>
>
>I also have a string variable somewhere in the script that does:
><begin_code>
>    .....
>    .....
>    var strNewRoom=xmlhttp.responseText (i can use responseXML if you need
>me to)
></begin_code>
>So now, strNewRoom would have the following value returned by a XMLHttp
>call:
>"<room id=102><features> <feature name='jacuzzi'><feature
>name='poolside'></features> <properties> <property id='31' value='107'>
><property id='33' value='109'></properties></room>"
>
>
>How do I add the contents of this variable as a childNode to roomsXML ?
>Is it better if I fill in strNewRoom with xmlhttp.responseXML instead ? How
>would I add it to the dataisland then ?
>
>tia, Sunny.
>
>
>
>
>
>
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]