Closed (fixed)
Project:
Views Datasource
Version:
6.x-1.0-alpha3
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 13:16 UTC
Updated:
10 Jun 2010 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
pvasili commentedhm... next
input: "
output: &аmp;quot;
:(
I think better use htmlspecialchars ()
Comment #2
andypostFixed in 6-dev
Comment #3
sher1 commentedI found a site http://www.sourcerally.net/Scripts/39-Convert-HTML-Entities-to-XML-Entities
that showed how to convert html entities to xml safe ones.
Here is a code snippet of what I did to my custom view - in case it helps someone else and also to consider in replacing the views_xml_strip_illegal_chars function:
Comment #4
sher1 commentedI added the attached file since the code get's truncated in the view