python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
XML::Twig Match handler tag using regex (perl v5.30.3 XML Twig v3.52)
Is there a way to use a regular expression when trying to match tags (nodes) using XML::Twig handlers?
I have the following code that works when using a regex on a tags attribute but not on the actual...
Chazg76
Votes: 0
Answers: 1
XML::Twig Possible bug with twig_roots when using 'map_xmlns' option while looking for children of top level tag
I have encountered the following strange behaviour while testing the perl module XML::Twig with the arguments twig_handlers and twig_roots along with the 'map_xmlns' option (perl version: 5.30.2, XML:...
Chazg76
Votes: 0
Answers: 0
Update xml file containing namespace prefix with XML::Twig
I have the following information in an xml file I need to amend:
<?xml version="1.0" encoding="utf-8"?>
<x:workbook xmlns:r="http://schemas.openxmlformats.org/officeD...
Chazg76
Votes: 0
Answers: 1
Extracting data from Excel XML files using perl XML::Twig handlers when tags (nodes) contain prefix
I use XML::Twig handlers/roots to extract information from large XML files where it costs too much to load the entire file into memory. These XML files are the internal sheet files of Excel .xlsx file...
Chazg76
Votes: 0
Answers: 1