|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Adding a childnode to a DataIsland
Maybe roomsXML.innerHTML = strNewRoom; Ciao Chris >-----Original Message----- >From: owner-xsl-list@xxxxxxxxxxxxxxxx >[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Sunny >Sent: 02 August 2000 06:54 >To: xsl-list@xxxxxxxxxxxxxxxx >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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






