Re: [xsl] Practicality of Separating Data from Presentation

Subject: Re: [xsl] Practicality of Separating Data from Presentation
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Tue, 02 Jul 2002 21:55:27 +0200
Robert S. Koberg wrote:
Is there a way to write well-formed ASP?
Yes: use text output mode.

You can with JSP.
It depends. In general JSP isn't XML either
(you *can* write <p class=<%=style%>>)
Same with PHP.

The question being is: why would anyone write
a proccessing pipeline in which ASP (or JSP, PHP)
processing *follows* XSLT processing? Just do it
the other way around: use ASP (or JSP, PHP) to
produce well formed XML, and pipe this through
the XSLT processor.

J.Pietschmann


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread