[mashup-dev] [jira] Created: (MASHUP-230) XML tags be correctly displayed in ?tryit

Yumani Ranaweera (JIRA) jira at wso2.org
Tue Jul 31 23:49:42 PDT 2007


XML tags be correctly displayed in ?tryit
-----------------------------------------

                 Key: MASHUP-230
                 URL: http://www.wso2.org/jira/browse/MASHUP-230
             Project: WSO2 Mashup Server
          Issue Type: Bug
         Environment: WinXP, JDK1.5, FF2.0.0.4
            Reporter: Yumani Ranaweera
         Assigned To: Jonathan Marsh


Steps:
------
1. Create a .js service using the source below;
simpleInputOutput.inputTypes = { "simpleInput" : "string" };
simpleInputOutput.outputType = "anytype";

function simpleInputOutput(simpleInput) {
    return (simpleInput);
}

2. Access the ?tryit page

3. In the ?tryit page enter the input as <x>x</x> and submit.

Issue:
--------
After submiting the above input the output is given in escape characters "&lt;x&gt;x&lt;/x&gt;".
Can we have it in xml format. 

NOTE: Tried the same scenario in storexml.js. It output in XML.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        




More information about the Mashup-dev mailing list