[
Lists Home |
Date Index |
Thread Index
]
- From: Eric van der Vlist <vdv@dyomedea.com>
- To: xml-dev@lists.xml.org
- 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
------------------------------------------------------------------------
|