Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDATA on using '&' #125

Open
aneesh-sr opened this issue Apr 28, 2016 · 0 comments
Open

CDATA on using '&' #125

aneesh-sr opened this issue Apr 28, 2016 · 0 comments

Comments

@aneesh-sr
Copy link

The data in XML-RPC request will be changes to CDATA type if there is '&' character. Although CDATA is a valid XML format, some XML-RPC Servers will not accept CDATA. I am facing similar issue while using node-xmlrpc client as the XML-RPC Servers I am trying to connect will not accept CDATA. Unfortunately we are just consuming the APIs and hence we don't have an option to change the server. It would be great if we can add a handle in the client like replacing '&' in the data with escape character '&'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant