Re: [xsl] use cases for d-o-e

Subject: Re: [xsl] use cases for d-o-e
From: Elliotte Rusty Harold <elharo@xxxxxxxxxxxxxxx>
Date: Wed, 9 Jan 2002 12:33:09 -0500
At 3:27 PM +0100 1/9/02, Joerg Pietschmann wrote:


2. Produce a result document which looks like XML or HTML at a cursory
 glance but actually isn't, like PHP or ASP source.

I'm not sure about ASP, but PHP can be written in pure XHTML. The PHP code is embedded in php processing instructions. e.g.


<?php echo "Hello World!";?>
--

+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo@xxxxxxxxxxxxxxx | Writer/Programmer |
+-----------------------+------------------------+-------------------+
|          The XML Bible, 2nd Edition (Hungry Minds, 2001)           |
|              http://www.ibiblio.org/xml/books/bible2/              |
|   http://www.amazon.com/exec/obidos/ISBN=0764547607/cafeaulaitA/   |
+----------------------------------+---------------------------------+
|  Read Cafe au Lait for Java News:  http://www.cafeaulait.org/      |
|  Read Cafe con Leche for XML News: http://www.ibiblio.org/xml/     |
+----------------------------------+---------------------------------+

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


Current Thread