[
Lists Home |
Date Index |
Thread Index
]
- From: Andrew Tyler <ATyler@compuskills.on.ca>
- To: xml-dev@ic.ac.uk
- Date: Fri, 15 Jan 1999 14:45:26 -0500
When I run the auction demo in msxml 1.9. I get the error :
java.lang.NoSuchMethodError: com/ms/xml/om/ElementFactory: method
createElement(ILcom/ms/xml/util/Name;)Lcom/ms/xml/om/Element; not found
It originates in main.htm.
I have followed instructions and can see the method implemented in
msxml.java:
class NullElementFactory implements ElementFactory
{
public NullElementFactory()
{
}
public Element createElement(Element parent, int type, Name tag, String
text)
{
return null;
}
I am new to this. Can anyone help me?
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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|