I was looking for a way to generate xml from php, and I found three different ways.
- XmlWriter class. It looks like Simon Willison re-implemented the python version of this class in php.
- Simple output functions. This looks like the simplest way, without any external dependancies.
- DOM XML extension of php. I am not sure how robust these are.
No comments:
Post a Comment