in reply to Re: What regex changes are needed while creating xml
in thread [Solved]:What regex changes are needed while creating xml
Code point \u0016 is not a valid character in XML at ./Call_to_snmpwal +k.pl line 32.
This is line $xml->dataElement($subscript_name => $subscript_value);
I am trying to see what else can I find. It seems like data related issue though as from error message it looks like: Some data was generated which is not considered as valid xml character.@toolid: Thank you for your help, but I was using $string1 in code at:
$xml->startTag($string1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: What regex changes are needed while creating xml
by Perl300 (Friar) on Jun 25, 2015 at 21:37 UTC | |
by hippo (Archbishop) on Jun 25, 2015 at 22:56 UTC | |
by stevieb (Canon) on Jun 25, 2015 at 21:43 UTC |