Quote:
Originally Posted by The Geek
I havent looked at the code - however why not just use htmlspecialchars() or vbs htmlspecialchars_uni() function to write the data to the markers?
|
I was already testing that. But stil thanks
The htmlspecialchars is not enough. Problem starts with the creation parsing of the markers.xml clientside. There are some characters that make the XML parsing go bananas.
DB insert/update is never the issue.
Version 1.0.2 will be released later tonight. I added more characters to the list to filter out before creating the xml file.