Open GoogleCodeExporter opened 8 years ago
as cdata format can parsing to json?
Original comment by motac...@gmail.com
on 10 Jul 2013 at 9:24
Hi,
I am also facing the same, If anyone of you get the solution please also, let
me know?
Original comment by ashishgu...@gmail.com
on 1 Dec 2014 at 3:51
[deleted comment]
I found a nice simple fix that worked for me!
In the package body, there is a function `get_xml_to_json_stylesheet`.
In the top of the function you should change the output declaration method from
"text" to "xml".
FROM
<xsl:output indent="no" omit-xml-declaration="yes" method="text"
encoding="UTF-8" media-type="text/x-json"/>
TO
<xsl:output indent="no" omit-xml-declaration="yes" method="xml"
encoding="UTF-8" media-type="text/x-json"/>
Original comment by p.herm...@coolblue.nl
on 4 Dec 2014 at 8:24
Original issue reported on code.google.com by
thehunge...@gmail.com
on 11 Jan 2012 at 7:59