Posted by David Dorward on 11/27/05 17:36
keerthana_m_2003@yahoo.com wrote:
> I am trying to access an XML file from VC++
How the data file is generated is pretty much irrelevant.
> in a Java Script.
> But I am unable to link the XML file. The error whihc I am getting is
> Object Expected. Here is the code:
At what line?
> xmlDoc.load("Data.xml");
What is xmlDoc? You don't declare it anywhere in the code you provided.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
[Back to original message]
|