XSLT processing model in Mozilla

Florent Georges <[email protected]> Sat, 30 Jun 2007 11:43:09 -0700
Newsgroups gmane.comp.mozilla.devel.layout.xslt
Organization http://groups.google.com
Message-ID <[email protected]>
  Hi

  I wonder about the processing model of applying an XSLT
stylesheet in Mozilla.  I looked for on the project page [1]
and on MDC [2] but I didn't find anything about Transformiix
in particular (quite everything is about XSLT in general).

  I'd like to know the way the XML document is getting from
the server to the displayed page.  Is a DOM build from the
downloaded document then passed to the XSLT processor that
transforms it into another DOM?  Or does it use some stream
APIs?  Or anything else?

  Does someone can give me the big picture or a link to some
info?

  Thanks in advance.  Regards,

--drkm


[1]http://www.mozilla.org/projects/xslt/
[2]http://developer.mozilla.org/en/docs/XSLT