1) XML Error: A semi colon character was expected. Error processing resource –
Error Description:
While viewing the xml file in a web browser, sometimes an error "A semi colon character was expected." Occurs.
Example of a XML snippet that throws this error:
<NODES>
<NODE Caption="Ext Link" Link Name="http://google.com/ccc?key=0AEeVE& hl=en" />
</NODES>
Reason:
This occurs when using external links on the XSLT sheet which contains the character “&”.
Solution:
The work around is to simply replace every instance of & in the link with &
<NODES>
<NODE Caption="Ext Link" Link Name="http://google.com/ccc?key=0AEeVE&hl=en" />
</NODES>
This post was useful and it saved my time.
ReplyDeleteBrilliant, thanks you saved me hours of messing about.
ReplyDeletethanks dude.. helped allot
ReplyDeletei dont have a node. so where to i change it?
ReplyDeletebrilliant! many thanks to you.
ReplyDeleteThank you very much!!
ReplyDeleteVery helpful information. THX a lot.
ReplyDeletevery helpful
ReplyDelete+++++++
ReplyDeleteAgain - you are a really nice guy - many thanks for the time saved
ReplyDeleteThanks man. Quick and easy solution that I would have spent hours messing around with. Big help.
ReplyDeleteBrilliant! Thanks!
ReplyDeleteExcellent Post........Keep posting Man
ReplyDelete