[Home] [By Thread] [By Date] [Recent Entries]

  • From: Eric van der Vlist <vdv@d...>
  • To: xml-dev@l...
  • Date: Thu, 24 Aug 2000 08:59:46 +0200

Wayne Steele wrote:
> 
> Kinda / Probably.
> 
> XSLT is a transformation that works like this:
> 
> [XML Document]---------->[================]
>                          [ XSLT Processor ]------> [XML or Text]
> [XSLT Stylesheet]------->[================]

In Java, this picture is extensible to:

[XML Document]----SAX--->[================]
                         [ XSLT Processor ]--SAX-> [XML or Text]
[XSLT Stylesheet]-SAX--->[================]

You can therefore transform anything into anything as long as you
can/want write a SAX parser or handler for this.

You can find some examples on 4xt which illustrate this statement:

http://4xt.org/downloads/rss/text-to-10.txt
http://4xt.org/downloads/examples/csv/
http://4xt.org/downloads/examples/outputhandlers/formatedtext/

Hope this helps.

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member