For the Perl XML parsing module. For the C library libxml2, use the libxml2 tag.
Questions tagged [xml-libxml]
225 questions
0
votes
2 answers
Change few characters only in a node value in XML using Perl script
Original XML:
Peter_Parker@library.com
Expected Result:
Peter.Parker@library.com
London
Further XML…

NewUser
- 3
- 4
0
votes
1 answer
XML parsing using XML::LibXML
Here is the Sample data that am trying to parse to extract attribute value corresponding to node Company : CID, Name, Symbol, Value for all the Company nodes under Companies node

madmatrix
- 205
- 1
- 4
- 12
0
votes
0 answers
Perl LibXML to get node value report uninitialized
I try to get the node value using LibXML,
Returns below log:
Use of uninitialized value $long_name in concatenation (.) or string at validate.0.1.pl line 105, line 1.
###LI### 11 node_ln is:

dellair
- 427
- 4
- 22
0
votes
1 answer
Extract data from an XML file with XML::LibXML
I have an XML file like this containing thousands of entries
page1
2621
6
2005-10-09T01:00:18Z
…

rim
- 39
- 4
0
votes
1 answer
How to find child elements of a specified parent using XML::LibXML?
Suppose I have a XML file