Hi,
I just want to write a simple script (using vbscript) to append nodes in a XML file. Here is the XML file:
<?xml version="1.0" encoding="iso-8859-1"?>
<PTBAG xml:space="preserve">
<A N=...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20387618.htm...
Zones:
XML,
XHTMLDate Answered: 11/01/2002 Rating: 8.8 Views: 0
Hi there,
I'm building a VB application that retrieves a site structure with content (including images) as XML data and then I need to rebuild that content (with the same site structure) on the ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20652018.htm...
Zones:
XMLDate Answered: 06/18/2003 Rating: 8.6 Views: 0
<p id="n1">AAAAAA<em>BBBBBB</em>CCCCCC<em>DDDDDD</em>EEEEEE</p>
I have the above
alert(document.getElementById("n1").childNodes.length)
gives me 5 as I would expect
document.getElementB...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20777671.html
Zones:
JavaScriptDate Answered: 10/25/2003 Rating: 9.6 Views: 0
i have an TD which has an id. contained within is a div without an id.
can i change the className of the DIV by calling its parent by id (the TD)?
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21656550.html
Zones:
JavaScriptDate Answered: 12/07/2005 Rating: 9.4 Views: 0
Hi all,
I use ADO to create a customer recordset (adoCustomer). From a Customer dialog, after adding customers , I save all records into a XML document (Customer.xml)
In the case I editing a ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20176467.html
I'm trying to retreive data from an XML file in VB6 that has the format of:
<identity Lname="Alastname" Fname="AFirstName">
"SocialSecurityNumber"
<age>"28"</age>
</identity>
Right now, I'...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20738200.html
Zones:
Visual BasicDate Answered: 01/15/2004 Rating: 8.6 Views: 0
Hi,
I have a treeview. I want allow the user to add a new items anywhere in the tree. How can I do that ? I mean, the user select a node, click a button, add the informations and click OK. Th...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20828319.html
Hello,
First of all, if anybody decides to post their response in 5 different comments, to discourage others from reading the question, I will not grant the points to you even if your answer is ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20889114.html
Zones:
JavaScriptDate Answered: 02/18/2004 Rating: 8.2 Views: 0
My intially empty table("mytable")that Im writing data to is defined and built towards the end of this web page. A button calls this function, to fill in cell data. This works fine in IE but for...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_20891164.html
<articles>
<data/>
<headline/>
<media>
<pic filename="1.jpg"/>
<pic filename="2.jpg"/>
<pic filename="3.jpg"/>
</media>
</article>
If I can loop through the article childNodes ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20961051.html
Zones:
Visual BasicDate Answered: 04/22/2004 Rating: 7.6 Views: 0