Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 7514 invoked from network); 2 Feb 2004 22:42:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Feb 2004 22:42:28 -0000 Received: (qmail 10056 invoked by uid 500); 2 Feb 2004 22:41:58 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9993 invoked by uid 500); 2 Feb 2004 22:41:57 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 9945 invoked from network); 2 Feb 2004 22:41:56 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 2 Feb 2004 22:41:56 -0000 Received: (qmail 16785 invoked by uid 50); 2 Feb 2004 22:42:18 -0000 Date: 2 Feb 2004 22:42:18 -0000 Message-ID: <20040202224218.16784.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@ws.apache.org Cc: Subject: DO NOT REPLY [Bug 26620] New: - javadoc error in org.apache.axis.configuration.XMLStringProvider X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26620 javadoc error in org.apache.axis.configuration.XMLStringProvider Summary: javadoc error in org.apache.axis.configuration.XMLStringProvider Product: Axis Version: current (nightly) Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Documentation AssignedTo: axis-dev@ws.apache.org ReportedBy: jgreif@alumni.princeton.edu The example does not display properly in HTML because XML content is not properly escaped. To fix, I think it would be sufficient to replace Example of usage: new XMLStringProvider(""); with Example of usage: new XMLStringProvider("<engineConfig><handlers><handler name=" + "\"MsgDispatcher\" class=\"org.apache.axis.providers.java" + ".MsgProvider\"/></handlers><services><service name=\"Adm" + "inService\" pivot=\"MsgDispatcher\"><option name=\"class" + "Name\" value=\"org.apache.axis.utils.Admin\"/><option na" + "me=\"allowedMethods\" value=\"AdminService\"/><option na" + "me=\"enableRemoteAdmin\" value=\"false\"/></service></se" + "rvices></engineConfig>");