We don't have a DOM 'restreamer' in the C++ version. I don't know if Java
has one. I was just saying that it could be done. Since the source of the
data is abstracted, if you want to stream data back from any
representation, that's doable as long as you can spit it back out in legal
XML form.

----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]



Pierpaolo Fumagalli <[EMAIL PROTECTED]> on 01/13/2000 05:31:47 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  Re: Validator



[EMAIL PROTECTED] wrote:
>
> [...]
>
> If you want to revalidate some file that you've created, you either have
it
> a memory buffer, which you just stream back into the parser via a memory
> buffer input stream.

And basically re-parsing it?

> Or, you have some sort of DOMInputSource that streams
> the data from a DOM tree back into the parser to be validated. The parser
> has an abstraction for where the data comes from, so it can be made to
come
> from pretty much anything you want to store it in.

That looks much better... Is it available also in the Java version?

     Pier

--
--------------------------------------------------------------------
-          P              I              E              R          -
stable structure erected over water to allow the docking of seacraft
<mailto:[EMAIL PROTECTED]>    <http://www.betaversion.org/~pier/>



Reply via email to