While parsing i got these errors..
Error reported by XML parser: The entity "rsquo" was
referenced, but not declared.
help me out
rsquo" was referenced, but not declared.
Page 1 of 12 Replies - 2839 Views - Last Post: 09 August 2006 - 05:04 AM
Replies To: rsquo" was referenced, but not declared.
#2
Re: rsquo" was referenced, but not declared.
Posted 08 August 2006 - 07:21 AM
I don't really know much about java, but the answer seems simple.
You have used a variable name that you haven't declared yet (meaning it doesn't exist to use).
before you use it you will need to declare it with something like int rsquo = 0; i believe.
You have used a variable name that you haven't declared yet (meaning it doesn't exist to use).
before you use it you will need to declare it with something like int rsquo = 0; i believe.
#3
Re: rsquo" was referenced, but not declared.
Posted 09 August 2006 - 05:04 AM
as
This post has been edited by mukesh_ranjan18: 09 August 2006 - 05:40 AM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|