I need to include the file that is generated from database but it causes xml parse error. This is the line in my code:
|
Source code
|
1
|
<include url="index.php/?controller=Tool&action=xml&id=4" />
|
Xml validator reports the error that semicolon is missed. How would I improve that?
Thank you
edit: resolved as
there