& in XML files
You need to be logged in to post messages in the forums. New users may register here.
|
david lee
Member since: 05 April 2010
Posts: 1
|
Friday 16 July 2010 1:50:23 am
When I use this extension, I found that when the content contains &, the xml can be exported but can't open.
Then i Found that the type of the attribute is a text line, and in the code os ezxmlupload, it just output the content, so i change the code of ezxmlupload.
extension/ezxmlexport/classes/datatypes/ezstring/ezstringxmlexport.php
Line 49:
Change from
|
|
You need to be logged in to post messages in the forums. New users may register here.