On Thu, Oct 2, 2008 at 13:06, Anthony Bedford <[EMAIL PROTECTED]> wrote: > Hi, > > has anyone out there written a script that will help reformat an XML doc to > the PHP doc style? I have a large(ish) table in particular that I don't want > to reformat by hand if I can get away with it.
Nope :( The closes you can get are the various scripts (CVSROOT/phpdoc/scripts/) that generate phpdoc XML from c sources or reflection. -Hannes