[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: "Ingo Macherius" <Ingo.Macherius@TU-Clausthal.de>, <xml-dev@ic.ac.uk>
- Date: Wed, 10 Dec 1997 00:59:16 -0800
Ingo,
1) Fast mode
Fast mode is not part of MSXML framework. It is just something msxml test
harness class offers as an option. In 1.8 release, NullElementFactory class
was missing. I have attached it to this e-mail. Place the files where the
msxml.java and msxml.class files are. I have also attached missing
XMLStreamReader class just in case others missed them. Place them inside
com/ms/xml/util directory.
2) jview vs. Sun-JDK on win95
I have no such problem. But then I hand-updated IE 4.0's XML library with
the latest. You might be running into problem because the older version of
MSXML in IE 4.0 is interfering with your new ones.
Nog Nog. Who's there? EggNog!8^P
Don "JStud" Park
Master Consultant
donpark@quake.net
<spam>
Come visit my XML Example Catalog at
http://www.quake.net/~donpark/xmlcat.html
</spam>
NullElementFactory.java
NullElementFactory.class
XMLStreamReader.java
XMLStreamReader.class
|