msxml auction demo

Andrew Tyler ATyler at compuskills.on.ca
Fri Jan 15 19:43:44 GMT 1999


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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list