For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > October 2004 > #30464 [Opn]: No link for See Also item









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #30464 [Opn]: No link for See Also item
derick@php.net

2004-10-18, 8:56 am

ID: 30464
Updated by: derick@php.net
Reported By: davey@php.net
Status: Open
Bug Type: Documentation problem
Operating System: Irrelevant
PHP Version: Irrelevant
New Comment:

Did you test it Jakub?


Previous Comments:
------------------------------------------------------------------------

[2004-10-18 10:24:54] vrana@php.net

I think this patch should fix it. But I'm not a DSSSL expert so revise
it please.

RCS file: /repository/phpdoc/dsssl/html-common.dsl,v
retrieving revision 1.15
diff -u -r1.15 html-common.dsl
--- html-common.dsl 3 Jun 2004 13:06:55 -0000 1.15
+++ html-common.dsl 18 Oct 2004 08:22:32 -0000
@@ -145,9 +145,10 @@
(linkend
(string-append
"function."
- (case-fold-down (string-replace
- (string-replace function-name "_" "-")
- "::" "."))))
+ (case-fold-down (string-replace (string-replace
+ (string-replace function-name "->" "-")
+ "_" "-")
+ "::" "-"))))
(target (element-with-id linkend))
(parent-gi (gi (parent))))
(cond

RCS file: /repository/phpdoc/dsssl/print.dsl.in,v
retrieving revision 1.5
diff -u -r1.5 print.dsl.in
--- print.dsl.in 2 Jan 2004 19:00:11 -0000 1.5
+++ print.dsl.in 18 Oct 2004 08:22:27 -0000
@@ -271,9 +271,10 @@
(linkend
(string-append
"function."
- (string-replace
- (string-replace function-name "_" "-")
- "::" ".")))
+ (string-replace (string-replace
+ (string-replace function-name "->" "-")
+ "_" "-")
+ "::" "-")))
(target (element-with-id linkend))
(parent-gi (gi (parent))))
(cond


------------------------------------------------------------------------

[2004-10-17 12:21:59] nlopess@php.net

Livedocs handles this correctly.

Just a problem in DSSSL...

------------------------------------------------------------------------

[2004-10-17 09:37:09] davey@php.net

Description:
------------
If you visit the following URI:

http://www.php.net/manual/en/functi...rver-handle.php

At the bottom it reads:

See also SoapServer::SoapServer().

This should link to
http://www.php.net/manual/en/functi...-soapserver.php

- Davey



------------------------------------------------------------------------


--
Edit this bug report at http://bugs.php.net/?id=30464&edit=1
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com