Dear All,
I am having some data which will be stored in XML format and this needs to be parsed using the parser module XML::Parser and XML::Parser::Ex pat. This data consists of some special characters like "ø, á, í, é, È, ž, ù, ý".
But when I try to parse the particular record with these special characters using the method parse(), I got an error "not well-formed (invalid token)".
Could anyone please help me out in solving this one.
Thanks alot.
I am having some data which will be stored in XML format and this needs to be parsed using the parser module XML::Parser and XML::Parser::Ex pat. This data consists of some special characters like "ø, á, í, é, È, ž, ù, ý".
But when I try to parse the particular record with these special characters using the method parse(), I got an error "not well-formed (invalid token)".
Could anyone please help me out in solving this one.
Thanks alot.
Comment