Re: [xml-dev] Typing and paranoia

From
Thomas B. Passin <>
To
XML Dev <>
Date
2002-12-05T20:48:19Z
ID
<00a801c29c9f$a5005230$4b183044@tbp1>
Thread
Re: [xml-dev] Typing and paranoia
[Elliotte Rusty Harold]
> At 12:48 PM -0500 12/5/02, Mike Champion wrote:
> 
> 
> >You don't REALLY want two processes on the same machine to pass 
> >around angle bracketed Unicode text rather than DOMs or
> >SAX event streams do you?  Or do you just object to calling
> >it "XML"?
> 
> Actually, I do really do want to do that. Within the same process I'm 
> content to pass objects, but between different processes, they're  a 
> number of advantages to passing real XML. Among them, in ascending 
> order of significance:
> 
> 1. It makes it a lot easier if I decide to split the processes 
> between machines.
> 

I have done the same, and for much the same reasons.

Cheers,

Tom P