On Tue, 2004-02-03 at 13:50, Russell Seymour wrote:
> In the beginning only one output format was required, HTML and then PDF was
> a requirement.  More and more formats are now required by my users and
> rather than create a new output script for each different format I am
> thinking about outputting the final report as XML and then putting that
> through 'something' to render in the format that I require.
> 
> However I am unclear as to the best way to do this as there seems to be many
> different ways.  I have looked at using Apache FOP and DocBook, but they all
> spawn off in different directions and bringing in other things such as Jade.

You can create xml with various extensions in php. You can use sax or
dom to do that or create your own strings that contain xml syntax. I
have done both.  What are you really trying to do? Create an xml file
from various data sources? Or create an xml file from another xml file?

--
Ray

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to