> -----Urspr�ngliche Nachricht-----
> Von: Paul Keogh [mailto:[EMAIL PROTECTED]]
> Gesendet am: Dienstag, 25. Juni 2002 11:30
> An: [EMAIL PROTECTED]
> Betreff: RE: XSL Stylesheet for Kannel's status.xml
>
> Transformation on the client side works too, you need to modify the
> status.xml document to associate the stylesheet with it, though.
You don't associate transformation stylesheets with the XML stream.
There is no point in doing this. The idea is:
+-------------+
XML Input Stream ----->| XSLT Engine | -----> XML Ouptut Stream
+-------------+
^
|
XSLT Stylesheet
This way the producer of the Input Stream and the consumer of the
output stream can be completely independent of each other and the
XSLT engine + stylesheet glues them together.
> Maybe there's another way without touching the XML document.
>
See above. You must not confuse XSLT (which stands for XSL Transformations)
with CSS or XSL. They have different goals.
Regards
Joerg