How about converting the "htmlspcialchars" (<>) to their HTML-entities (< >...) before sending, and reconverting them before processing?
So OXID would not see any XML? -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Korbinian Ober Gesendet: Donnerstag, 27. Mai 2010 11:35 An: [email protected] Betreff: [oxid-dev-general] Using POST to send data to Oxid Module Hi everyone, we are currently trying to create a new way to upload to stock to Oxid shops with our interface connector. Usually we sent data with GET method and appended XML with stock. We want to change this to POST so we can actually update more items in one go. But when I try to POST data to our module, Oxid somehow tries to interpret the XML I've sent and I get a lot of strange errors. Can someone help me how I can send POST data to a special Oxid Module? Thanks a lot, Korbinian _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
