MSXML 1.6 problem

Don Park donpark at quake.net
Tue Dec 9 07:57:41 GMT 1997


Try MSXML 1.8 which just came out.  It includes the portability fix.

Only problem with 1.8 is that it is missing an interface, namely
com.xml.util.XMLStreamReader.  XMLStreamReader, BTW, is the interface used
to connect to native input stream class.  I told Chris Lovett about it last
night but I suspect he might be on vacation (a well deserved one at that :)
because I have yet to receive a reply.  If he did go on vacation, I would
say it was good timing since the new XML spec was released today.  Imagine
sitting on a white sandy beach reading some boring spec (no offense, Tim
:-).

Meanwhile, I have attached the java file and class file for XMLStreamReader
interface.  I don't think Chris's version is different from mine because
there is nothing much to change.

Merry Christmas to y'all and good luck to your gold cards,

Don "JStud" Park
Master Consultant
donpark at quake.net

<spam>
Come visit my XML Example Catalog at
http://www.quake.net/~donpark/xmlcat.html
</spam>

-----Original Message-----
From: G. David Kuhlman <dkuhlman at netcom.com>
To: digitome at iol.ie <digitome at iol.ie>
Cc: xml-dev at ic.ac.uk <xml-dev at ic.ac.uk>
Date: Monday, December 08, 1997 4:58 PM
Subject: Re: MSXML 1.6 problem


>>
>> I have just installed MSXML 1.6. I can run the applet viewer etc. from IE
4
>> but jview is giving
>> me a problem:-
>>
>> c:\msxml>jview msxml samples\tire.xml
>>
>> ERROR: java.lang.NoSuchMethodError: com/ms/xml/om/Document: method
>> setCaseInsenst
>> ive(Z)V not found
>>
>>
>> Any ideas?
>
>Add a path to the msxml classes.  Something like:
>
>  jview /cp d:\msxml\classes msxml -d samples\Tire.xml
>
>By the way, is anyone successfully running msxml under Linux?  With
>which version of the JDK? 1.1.3?  I'm interested in comments on
>this.
>
>-- Dave
>
>>
>> Sean Mc Grath
>> sean at digitome dot com
>>
>>
>>
>>
>> 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)
>>
>>
>>
>
>
>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)
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: XMLStreamReader.java
Type: application/octet-stream
Size: 249 bytes
Desc: not available
Url : http://mailman.ic.ac.uk/pipermail/xml-dev/attachments/19971209/5424e304/XMLStreamReader.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: XMLStreamReader.class
Type: application/octet-stream
Size: 317 bytes
Desc: not available
Url : http://mailman.ic.ac.uk/pipermail/xml-dev/attachments/19971209/5424e304/XMLStreamReader-0001.obj


More information about the Xml-dev mailing list