[
Lists Home |
Date Index |
Thread Index
]
- From: "tmmet tvp" <tmmet@hotmail.com>
- To: xml-dev@ic.ac.uk
- Date: Mon, 17 Jan 2000 12:41:20 PST
Hi,
I tried to load an XML file in my java file as follows...
public boolean GetTags()
{
String strxmlDoc = new ActiveXObject("Microsoft.xmldom");
m_strxmlDoc.load("<BOOK><BOOK1 Author = "Noone" Title = "God
knows"></BOOK1></BOOK>);
}
I'm getting an error "Undefined name ActiveXObject".
What should I install/include to get out of this error.
Thanks in advance.
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.
|