ID: 30464 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant -Assigned To: +Assigned To: didou New Comment:
I'm actually switching SOAP docs to the new structure, this issue will be then solved. Previous Comments: ------------------------------------------------------------------------ [2004-10-19 06:33:26] [EMAIL PROTECTED] Jakub, I couldn't apply the patch you provided, they were rejected, so I had to do it manually. But my output, if I applied the patch correctly simply doesn't seem to work: http://phpweb.zirzow.dyndns.org/manual/en/function.soapserver-handle.php However, the way to handle OOP stuff is on the TODO list, so perhaps that decision should be made before this issue is resolved? ------------------------------------------------------------------------ [2004-10-18 10:33:04] [EMAIL PROTECTED] No, I don't have DSSSL stuff installed. Would someone be so kind and test it? ------------------------------------------------------------------------ [2004-10-18 10:27:48] [EMAIL PROTECTED] Did you test it Jakub? ------------------------------------------------------------------------ [2004-10-18 10:24:54] [EMAIL PROTECTED] 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] [EMAIL PROTECTED] Livedocs handles this correctly. Just a problem in DSSSL... ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/30464 -- Edit this bug report at http://bugs.php.net/?id=30464&edit=1
