[
Lists Home |
Date Index |
Thread Index
]
- From: Sean Mc Grath <digitome@iol.ie>
- To: xml-dev@ic.ac.uk
- Date: Tue, 30 Dec 1997 14:03:40 GMT
Any help with the following gratefully received!
1) Is there any way to avoid having to use the /cp switch to specify the
class path. Setting
the CLASSPATH environment variable does not help.
2) What is happening to my whitespace:-
c>type foo.xml
<Document>
Some content
<IAmEmpty/>
Some more content</Document>
c>jview.exe /cp c:\m;c:\m\classes msxml -d1 foo.xml
DOCUMENT
|---ELEMENT Document
| |---PCDATA " Some content "
| |---ELEMENT IAmEmpty
| +---PCDATA " Some more content"
+---WHITESPACE 0xa
3) The XMLViewer applet seems to be uppercasing element type names. Can I
turn this off?
Sean Mc Grath
sean at digitome dot com
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)
|