View Single Post
  #1 (permalink)  
Old 05-06-2008, 10:31 AM
nanimtech nanimtech is offline
Member
 
Join Date: Apr 2008
Posts: 5
nanimtech is on a distinguished road
encoding special characers in jsp
Hi folks
In my jsp iam going to populate special characters ((*&), it is
working fine, but if i substring that one to certain limit(for ex:10)
for example if i give like --> & to populate in jsp it is
taking as --> & and it is going to substring and it is
taking upto--> &<&
but the xml parser not able to parse and thrown NotWellFormed exception
how can i overcome this one.
Advance appreciation for any ideas..

-Naresh
Reply With Quote
Sponsored Links