I'm using XML::Simple and XML::Dumper. I'm well aware of the issues surrounding the former module. If I could use an alternative library, I would.
What I want to achieve is to load the XML, then append lines to it. This is my XML structure before…
XML::Simple documentation says to initiate the data structure with an XML file, using XMLin('[FILENAME]') ... but I have an in-memory string.
Can I use it directly, or do I need to save it to the filesystem and then load it into XMLin?
This might take a while to explain, but I have a file (XMLList.txt) that contains the paths to multiple IDOC XMLs. The contents of the XMLList.txt look like…
Say how do you parse through this particular XML using perl
A little background: I'm writing a perl script where I separate the XML(datamod) into two XML files.
Example: Existing XML
…
could not find ParserDetails.ini in /reports/ie/lib/cpan/XML/SAX
at /reports/ie/lib/cpan/XML/SAX.pm line 212
XML::SAX::do_warn('XML::SAX', 'could not find ParserDetails.ini in /reports/ie/lib/cpan/XML/...') called at…