|
Comments for: bealers20000616
| Message # 1024161: |
|
Date: 02/14/05 12:49
By: Jim Parslow Subject: Easier way to do this instead of writing to an xml file, you can just send back the TYPE of the file and send it all back as a stream using echo: header("Content-Type: application/xhtml+xml; charset=iso-8859-1"); echo ($xmlcontent); where $xmlcontent is the xml stream, <?xml..... This also works using xsl transformations!!! |
Previous Message | Next Message |


