PHP reference/manual in XML

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
PaTTeR
Forum Commoner
Posts: 56
Joined: Wed Jul 10, 2002 7:39 am
Location: Bulgaria
Contact:

PHP reference/manual in XML

Post by PaTTeR »

I need a php reference or manual in XML format. May be someone know from where i can get it ?
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

sorry, I don't know, but you might build an xml-package.
the source of the manual pages is xml-compliant and the part you're probably interested in is encapsulated by <!--/UdmComment--> ;)
User avatar
PaTTeR
Forum Commoner
Posts: 56
Joined: Wed Jul 10, 2002 7:39 am
Location: Bulgaria
Contact:

Post by PaTTeR »

10x volka. I found that i need ;-) . Now I have source of php.net manual from cvs - phpdoc.
Long life 'Open Source'
Post Reply