Is there any way that, using jQuery and the Taconite plugin, you can return HTML that’s not valid XML? I tried using cdata, but it doesn’t seem to work.

One thought on “

  1. Hey dude, it doesnt work because for some strange reason you need to write the CDATA tag right after the eval tag. Example:
    WRONG: <eval> CDATA or <eval> n CDATA

    RIGHT: <eval>CDATA

    it worked for me, i hope this helps you! see ya!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s