[Plugin: WP-SimpleViewer] How to include html tags in caption and write to xml file?
-
Hi,
If I try to include html tags that Simple Viewer supports (e.g.
) in captions the characters are written to the gallery xml file as ascii characters and therefore not interpreted correctly by the simplie viewer flash file.e.g.
<image>
<filename>GJ8Z6025.jpg</filename>
<caption><![CDATA[1
test]]></caption>
</image>If I edit the caption in the gallery xml file manually to:
e.g.<image>
<filename>GJ8Z6025.jpg</filename>
<caption><![CDATA[1
test]]></caption>
</image>The simple viewer flash file interprets it fine.
Could someone please point me in the right direction as to what i need to edit to stop php formating html tags to ascii…?
- The topic ‘[Plugin: WP-SimpleViewer] How to include html tags in caption and write to xml file?’ is closed to new replies.