Friday, 26 December 2014

How can i style htmlspecialchars with xslt?



I have converted my json into xml with http://ift.tt/1t6cdj0. Now i want to access the generated xml with xslt, but i do not have an original xml file but only the output from the serialiser:


echo htmlspecialchars($Serializer3->getSerializedData());


What options do i have? Thank you


No comments:

Post a Comment