|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
XML::Parser - Usage of &by sumeetgrover (Beadle) |
| on Feb 20, 2013 at 10:46 UTC ( #1019756=perlquestion: print w/ replies, xml ) | Need Help?? |
|
sumeetgrover has asked for the
wisdom of the Perl Monks concerning the following question:
Good Morning! I am debugging a complex legacy code that uses XML::Parser module and I haven't used this module before. In this code, one of the XML elements looks like this:
Now, the problem that's happening is that when the parser extracts text from this element, it extracts 'B Information'. I have found that the & is causing some trouble because of which the initial part of the text, i.e. Company A& gets ignored by the parser. Any ideas about why XML::Parser would do this? I'd appreciate any help. Thanks.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||