| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Jeff Turner <je...@apache.org> |
| Subject | Re: including scripting in output files |
| Date | Mon, 04 Nov 2002 10:14:15 GMT |
On Mon, Nov 04, 2002 at 05:00:16AM -0500, Rodent of Unusual Size wrote: > next question: how do i embed scripting instructions into xml? for > instance, php? suppose i want the following to appear verbatim in the > output .html file: > > <?php phpinfo(); ?> > > how do i represent this in the xml? <?php phpinfo(); ?> Or for large blocks, <![CDATA[ <?php phpinfo(); ?> ]]> Useful ref: http://www.xml.com/axml/testaxml.htm --Jeff | |
| Mime |
|
| View raw message | |