Use character < ?
Use character < ?
Hi,
i have to create a XML file with data from datable. All is running perfect but to create the file i have to write in script this code line:
text.push('<?xml version="1.0" encoding="ISO-8859-1" ?>')
With this line page crack, dont load. Appears white page and firebug just show "Internal servr error". I test and the problem are this character in the start "<?". When i create a var wtih this charater page dont load.
I have teste in other pages with datatables and always happen..
How can i solve?
Replies
I would suggest checking the server's error log. It doesn't sound like an issue with DataTables.
Allan