> now, i've got the XML sheets. is there any XSLT sheets or utils to > generate the proper HTML code from this? > Are you documenting a PEAR extension or a core extension?
Checkout the appropriate doc module (peardoc / phpdoc) and put your documentation in the corresponding location (en/package/category/packagename or en/reference/extname) and add a suitable entry to manual.xml.in. Then run autoconf && ./configure && make html (or make html_xsl). -Sara
