On Sat, 18 Dec 1999, Stefano Mazzocchi wrote:
> Pier, we should hurry up with the SAX port for Cocoon2: I'm getting sick
> and tired of DOM limitations...
I'm game. Although I think that it should be "SAX-like",
but not SAX -- more of a SAX/DOM ballence. Read the
"Some thoughts..." thread on
Mike Pogue wrote:
>
> If that's the case, then why did Stefano's case fail? His input files
> caused Xalan to try to insert a single text node under the Document
> node, which was disallowed.
All right.
Everyone of you has a solution (thank Andy, that might do the job), a
design issue, some noi
On Thu, 16 Dec 1999, Pierpaolo Fumagalli wrote:
> Ok... I lost basically one day of E-Mails (my DSL @ home is DOWN, and I
> had to turn all email somewhere else, a thing I can't control from
> italy). But we have 3 +1 (Stefano, Assaf and Scott) and no -1 (correct
> me if I'm wrong).
>
> Brian, can
Tom Palmer wrote:
>
> > But unlike Tidy, a browser does not need to correct the DOM, since a
> > decoration applies to how fonts are rendered it can produce the right
> > rendering while producing an OpenXML-equivalent DOM in memory.
> >
> Once scripting shows up, things get rough again, though.
>
Rajiv Mordani wrote:
> [...]
> What is the default value of this parameter???
Error checking is turned ON, by default. This is required
by the DOM specification but improves tree construction time
when turned off. This should only be used by code that is
guaranteed to build a valid tree (e.g. t
On Fri, 17 Dec 1999, Andy Clark wrote:
> Stefano Mazzocchi wrote:
> > [...]
> > I request this limitation to be removed and thus allowing a DOM tree to
> > be just a text wrapper, in some senses. I give you an example
>
> Interestingly, I added a performance related feature to the DOM
> impleme
> If that's the case, then why did Stefano's case fail? His input files
> caused Xalan to try to insert a single text node under the Document
> node, which was disallowed.
Because he is going out to a DOM, instead of a stream. Assaf reminded me
of DocumentFragment. So with either his or my For