I have a slight problem with URLs in the manual - specifily, in preface page (preface.xml). The link is written as: <ulink
url="&url.php.docs;">&url.php.docs;</ulink> and the entity url.php.docs
is: <!ENTITY url.php.docs "http://www.php.net/docs.php">
However, when I build the manual (with DSSSL, phpweb version), the URL comes out as /docs.php - i.e. with host part stripped. Why is it and how can one to make it to put the full URL there?
Thats because of entities/phpweb.ent, which is used and overwrites some entities from global.ent. More info is available here: http://cvs.php.net/cvs.php/phpdoc/Makefile.in?login=2 see the log message for version 1.130
Yep. We need relative links for php.net website output, so users won't get redirected to php.net everytime they click such a link on any mirror.
Goba
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php