Brrr, I don't know who named the files with :: in them, but it was not a good idea at all... :((
scripts/xml_proto.php, I guess. Maybe john was inspired by the latest doc skels I committed ;-)
I used xml_proto.php to generate them, after trying the scripts from
Hartmut's functable (http://cvs.php.net/cvs.php/functable).
Those didn't work for me
(http://cvs.php.net/cvs.php/functable/lib/proto2xml.php) and I hadn't the time to look why. So I used xml_proto.php;) Maybe soom
I'll find the time to fix xml_proto.php.
About the tidy function names: we should treat them the way the domxml extension does,no?
The solutions should be common for all OOP docs. This was up on the docmeeting agenda, but we only observed that there are DocBook tags for this. Docbook have no rules on file naming of course. File names should contain only those chars that are useable on all platforms (even MacOS). Note that :: is very much invalid on MacOS... So file names should follow some standard to work on all OSes. IDs should follow the XML standard, and above all, phpdoc files should be consistent :)
Goba
