I save following XML code as XML file.
<Z>
<F>{"attributes":{"type":"form"}}</F>
<M><%@ taglib prefix="zf" uri="http://www.zcore.org/tags/form" %></M>
</Z>
now when I want to load with JQuery I get this error :
Timestamp: 5/5/2013 7:05:13 PM Error: not well-formed
and this for the <%@ ... %>
syntax that I put in the XML file.
How can I read this file as XML file without error?
Thanks to All.