Tagged Questions
XML::Twig - A Perl module for processing XML documents.
6
votes
2answers
239 views
“Out of memory” while parsing large (100 Mb) XML file using perl
I have an error "Out of memory" while parsing large (100 Mb) XML file
use strict;
use warnings;
use XML::Twig;
my $twig=XML::Twig->new();
my $data = XML::Twig->new
...
5
votes
1answer
1k views
How can I get content using XML::Twig?
My aim is that start_tag_handler (see below) get the apps/title content when it finds an apps/title tag (see sample XML below).
And
end_tag_handler gets the apps/logs content when it finds an ...
4
votes
2answers
715 views
String corruption and nonprintable characters using XML::Twig in Win32 Perl
This is a really weird problem. It's taken me practically all day to whittle it down to a small executable script that demonstrates the problem fully.
Problem Summary: I'm using XML::Twig to pull ...
3
votes
2answers
128 views
Need help fixing XPath predicate for use in XML::Twig
I'm trying to write a sub in perl that will delete a given node in xml when provided with the text values of some of the children nodes.
Given xml like:
<Path>
<To>
<My>
...
3
votes
3answers
308 views
How can I add entity declarations via XML::Twig programmatically?
For the life of me I cannot understand the XML::Twig documentation for entity handling.
I've got some XML I'm generating with HTML::Tidy. The call is as follows:
my $tidy = HTML::Tidy->new({
...
3
votes
2answers
677 views
How can I extract child values from XML with Perl's XML::Twig?
I am parsing the XML file and trying to access the values in XML file.
#!/usr/bin/perl -w
use strict;
use XML::Twig;
my $file = 'files/camelids.xml';
print "File :: $file\n";
my $twig = ...
3
votes
4answers
606 views
How can I pass arguments and return values with XML::Twig's handler?
my question is: how to pass some arguments to XML:Twig's handler, and how to return the result from the handler.
Here is my code, which hardcoded:
<counter name = "music", report type = ...
3
votes
2answers
483 views
How can I extract some XML data from a URL using XML::Twig?
I want to get a specific string, for example 123 in <received>123</received> from
some XML that will be retrieved from a URL.
I have write a code but stuck with an error message:
Attempt ...
2
votes
1answer
35 views
XML::Twig Comment
I have an XML document which I need to convert to another type of XML. Some of the information cannot be encoded in the XML I want to convert to, so I want to store the extra information as comments. ...
2
votes
1answer
50 views
Parsing a file handle with XML::Twig
I see in the XML::Twig documentation the functions parse($text) for parsing scalars contain xml text, and parsefile($fileName) for reading in and parsing xml files. I would like to parse an input ...
2
votes
1answer
74 views
How to remove comments from XML using Twig module
I'm using XML::Twig module to remove all the comments from an XML file. The sample file can be -
<?xml version="1.0" encoding="UTF-8"?>
<Node_A>
node A content 1
<!-- One Line Comment ...
2
votes
2answers
87 views
xml::Twig and findnodes
I have the following xml code snippet :
<a>
<b> textb <b>
<c> textc <c>
<d> textd <d>
<\a>
<a>
<b> textb <b>
<c> ...
2
votes
1answer
118 views
Parsing XML with Perl & XML::Twig - extract further nested children
Currently trying to figure out how best to process the following sample XML data:
<FOO>
<A>1</A>
<B>Some Stuff</B>
<C>
<C1>
...
2
votes
2answers
51 views
How do I process child nodes with the same name?
I have xml with the 1000 entities like the below template :
<data>
<row> ded</row>
<row> def </row>
<row> fff </row>
<row> fff </row>
...
2
votes
1answer
95 views
How can I modify a complex XML document in Perl to add additional markup to text nodes?
I have an XML document like this:
<article>
<author>Smith</author>
<date>2011-10-10</date>
<description>Article about <b>frobnitz</b>, crulps and ...
2
votes
2answers
301 views
Perl XML::Twig question please
Im playing around with XML::Twig library in Perl, and Im not quite sure how (or even if) I can do the following. I have no code done yet as I dont even know where to start. Im really after some ideas ...
2
votes
2answers
214 views
How can I parse incomplete XML fragments with Perl's XML::Twig?
I'm trying to extract data from log files in XML format. As these are huge, I am using XML::Twig to extract the relevant data from a buffer instead of the whole file(s)
As these are concatenaded data ...
2
votes
1answer
128 views
How do I get the entire inner content of an XML node including element tags?
Using XML::Twig, is there a way to get the entire HTML of a node? I do not want the text of the node, but the entire HTML with tags and all.
input XML
<content> <p>blah blah <b> ...
2
votes
2answers
279 views
Why does XML::Twig output the extracted string twice?
Why do I get my string two times in the output?
#!/usr/bin/perl
use warnings;
use strict;
use XML::Twig;
my $string = '<cd_catalogue><title>Hello, ...
2
votes
1answer
122 views
Why doesn't XML::Twig call my end_tag_handler?
I try to call subroutine for each tag, but the end_tag_handlers is never invoked.
My aim is a this sequence:
---sequence---
when <auto> call \&loading.
when <apps><title> ...
1
vote
1answer
35 views
unable to install XML::Twig with Perl 5.008003
I have perl version 5.008003 on my machine. I am trying to install XML::Twig using CPAN but it is failing with following errors. Can anyone help.
t/xmlxpath_22name_select............ok
...
1
vote
2answers
74 views
Sorting & Merging XML Documents with Perl / XML::Twig
I have many XML files in a directory that need to sorted and merged into one file. The files are formatted as follows:
File1.xml:
<?xml version="1.0" encoding="utf-8"?>
<doctypea>
...
1
vote
2answers
74 views
XML::Twig xpath bar
I'm using XML::Twig to process this XML:
<?xml version="1.0" encoding="UTF-8"?>
<termEntry>
<langSet lang="en">
<ntig>
<termGrp>
...
1
vote
1answer
91 views
xml twig: output unescaped text
I'm using Perl's XML::Twig module to transform XML into (X)HTML. I need to output a Javascript element that looks like this:
<script type="text/javascript">window.onload = function(){for(i = 1; ...
1
vote
2answers
69 views
can't read a public scalar inside a sub
the perl code is like followed : the problem is that I can not read $key inside sub tweak_server{} ....
my $key;
my %hash = ( flintstones => [ "C:/Users1/f1.xml", "C:/Users1/f2.xml" ],
...
1
vote
0answers
52 views
How to install XML::Twig for Windows XP
I tried installing XML::Twig using ppm and also tried manually by adding twig.pm files in the perl/lib folder,also tried using Nmake but got an ERROR "NMAKE : fatal error U1073: don't know how to make ...
1
vote
1answer
98 views
XML Parsing With Perl using XML::Twig
I am need to get some values from an XML file...The file is in several sites.. example: http://1.1.1.1/apache2-default/status.xml, http://1.1.1.2/apache2-default/status.xml, etc.. The format for the ...
1
vote
1answer
101 views
Processing nested elements using XML::Twig
<cov>
<item>
<valo></valo>
<valt></valt>
<valtr></valtr>
</item>
<item>
...
1
vote
0answers
160 views
Perl XML::Twig output as a hash ref
How can I get the output of an XML document as hashref using XML::Twig similar to what we get through XML::Simple's XMLout ()?
1
vote
2answers
507 views
Change an xml file content via perl script
This thread is in continuation of: perl script to populate an xml file
The file I want to change is:
<?xml version="1.0" encoding="UTF-8"?>
<configuration start="earth">
...
1
vote
1answer
193 views
How to save modified tree into disk using XML Twig
Tried this below but I get a 0 file and this error.
print() on unopened filehandle OUT at C:/Perl/site/lib/XML/Twig.pm line 3036.
!c:\perl\bin\perl.exe
use strict;
use XML::Twig;
my $upd_file = ...
1
vote
2answers
242 views
Can XML::Twig start parsing an XML file from a given line number?
I need to parse several large size XML files (one is ~8GB, others are ~4MB each) and merge them. Since both SAX and Tie::File are not suitable due to memory and time issues, I decided to try Twig.
...
1
vote
1answer
212 views
in XML:TWIG, how to stop parsing once find the interested element
I only want to parse an interested element of xml (e.g. see below: class element with name equals to math) and I want to stop once the first element hitting this condition is parsed. (since There is ...
1
vote
2answers
502 views
How can I add an attribute to a child element using Perl's XML::Twig?
I have an XML string like this:
<DATA>
<CHILD_DATA ATVAL="value1"/>
<CHILD_DATA />
</DATA>
The final output I want is:
<DATA>
<CHILD_DATA ...
1
vote
1answer
1k views
How do I add child elements to XML using Perl's XML::Twig?
I have the following XML file:
<SOURCE_SERVER>
<SERVER HOSTNAME="serv1">
<CIFS_SERVICE NETBIOSNAME="serv1"/>
</SERVER>
<SERVER HOSTNAME="serv2">
...
0
votes
1answer
53 views
xml::Twig handles
is it possible to tell the xml::twig handle to to parse only non nested tags?
i.e for example is it possible with the below code to proccess tag1,tag2,tag3 under the same handler and treat tag4 on ...
0
votes
2answers
115 views
parsing xml file with xml::twig
I have the following a large xml file which have entities on the below format :
could someone help how can i proccess it with xml::twig ?
<root >
<entity id="1" ...
0
votes
1answer
99 views
Parsing xml with xml::twig
I have the following xml format that has 100 items as the below
I want to parse it and extract data1 and data2 how can i do this with XML::Twig perl module
<Item>
<data1 > ...
0
votes
1answer
206 views
XML::Twig is ignoring some elements?
Part of the XML looks like this:
<ipcEntry kind="1" symbol="A01B0013080000" ipcLevel="A" entryType="K" lang="EN" nocore="yes">
<textBody>
<title>
...
0
votes
1answer
329 views
How do I use Perl's XML::Twig to count multiple tags in XML?
I am using XML::Twig to parse my input xml using Perl.
I need to extact a particular node in this XML and validate that node to see if it has multiple <p> tags and then count words in those P ...
0
votes
1answer
127 views
Inserting the elements when id is not equal
I would like to insert updev.xml to the mainea.xml if $upd_dev_id is not equal. Tried this below but it won't insert. Replace works.
#!c:\perl\bin\perl.exe
use strict;
use XML::Twig;
my $upd_file ...
-1
votes
2answers
67 views
using the DIAMOND operator with xml::twig
I have the following xml::twig
my $t = XML::Twig->new(
twig_handlers => {
r => sub { #my code here}
);
$t->parse( <>); #I want here to read multiple files as input ...
-2
votes
1answer
738 views
Modifying an XML File using Perl
I have an XML file, with some format. I want the data to be modified in some way I want. I feel XML::Twig is the way to do it.
I want to know if there is any other better alternative?