OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Microsoft XML Parser in Java is Available

[ Lists Home | Date Index | Thread Index ]
  • From: Peter@ursus.demon.co.uk (Peter Murray-Rust)
  • To: xml-dev@ic.ac.uk
  • Date: Sun, 08 Jun 1997 16:54:47 GMT

There are a few minor tweaks required to run or compile MSXML in a Solaris
environment - I have posted these to JeanP.  [The filenames need to be case
sensitive and correspond the class names; the JDK is stricter on casting; and
it also requires the constants to be declared before use.]  I'd be grateful for
any pointers on Java portability, and it's a good place to re-emphasise the 
value of test data.


I've been porting JUMBO to run under J++, and running into a number of problems
that don't arise in W95 browsers.  These primarily include the use of '/' or 
'\' in addressing files, but I also have a feeling that some static 
initialisation may occur differently.  Any pointers to experience on this
or WWW pages would be valuable.

The '/' problem causes me some confusion.  When addressing a File, I
appear to end up with constructs like:
	URL context;
...
	URL u = new URL(context, "jumbo.gif");
I find I have to replace it with 
	URL u = new URL(context+File.separator+"jumbo.gif");
to get it working under J++.  The question as to when separators are governed
by URL syntax, and when by file syntax is a difficult borderline.

	P.


-- 
Peter Murray-Rust, domestic net connection
Virtual School of Molecular Sciences
http://www.vsms.nottingham.ac.uk/

xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS