Welcome Guest, Not a member yet? Register   Sign In
Print XML request
#1

[eluser]Unknown[/eluser]
Hello,

I'm getting some errors durring XML requests, because Codeigniter doesn't send valid XML files with german special characters and because I have somewhere a mistake in my XML request. For that reason I would like to print the XML request file. I didn't find a option for that. Somebody allready worked on such issue?

Yours, Matthias.
#2

[eluser]Jamie Rumbelow[/eluser]
CodeIgniter has full support for UTF-8, so I would look closely at the code you are using to generate the XML file.
#3

[eluser]Unknown[/eluser]
[quote author="Jemgames" date="1212351215"]CodeIgniter has full support for UTF-8, so I would look closely at the code you are using to generate the XML file.[/quote]

Yes, that is right. I use utf-8. But even an UTF-8 ä stays an UTF-8 ä in the XML file, but that is not allowed. An ä should be coded as following in the XML.

Code:
ä = ä

But even for other issues it could be nice to output the request XML file. Is it possible?




Theme © iAndrew 2016 - Forum software by © MyBB