[
Lists Home |
Date Index |
Thread Index
]
- From: Tim.Shaw@wdr.com
- Date: Thu, 22 Apr 1999 17:26:27 +0100
I don't think Document (which is an interface) has a constructor.
I suggest creating a StringReader, with just your 'stub' wf XML document as the
String, and then parsing it to create the Document.
This does, of course, imply you need a parser to create a Document - but you
need the DOM implementation classes anyway.
This is the approach I took in my 'ParserFactory' - which wraps the various
Parsers for testing purposes. It's just a convenience method really, but that
seemed like a convenient place to put it :-)
tim
______________________________ Reply Separator _________________________________
Subject: Re: DOM - Creating Documents
Author: donpark (donpark@quake.net) at unix,mime
Date: 22/04/99 16:18
Ronald,
> 1) Docuverse requires you to pass a string, presumably the root element
> type. I assume the reason for this is so that the returned Document will
> represent a well-formed document. None of the other implementations appear
> to require this.
Actually, you are atttributing me with too much cleverness. Docuverse's
DOM.createDocument was modeled after the portion of the DOM Level 1 spec
that fell off the wagon before release.
> 2) Is it really not possible to create a new Document with IBM's classes?
> I can't find a method for doing it.
Have you tried the constructor? I don't know much about XML4j but
DataChannel's so called Most Advanced XML Parser uses constructor to create
new Documents.
Best,
Don Park
Docuverse
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/ and on CD-ROM/ISBN 981
-02-3594-1
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)
This message contains confidential information and is intended only
for the individual named. If you are not the named addressee you
should not disseminate, distribute or copy this e-mail. Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.
E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses. The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.
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/ and on CD-ROM/ISBN 981-02-3594-1
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)
|