romeolarivanov
Programmer
How can I handle my own tags into xml.
I write this:
<list:next collection="list" url="SalutationAction.do">Next</list:next>
and I get this error:
A semi colon character was expected. Line 68, Position 54
<a href="SalutationAction.do?action=select&listOffset=7&listLength=7">Next</a>
-----------------------------------------------------^
I write this:
<list:next collection="list" url="SalutationAction.do">Next</list:next>
and I get this error:
A semi colon character was expected. Line 68, Position 54
<a href="SalutationAction.do?action=select&listOffset=7&listLength=7">Next</a>
-----------------------------------------------------^