RE: XML Twig - perl

2004-09-29 Thread Thomas, Mark - BLS CTR
Bhuvana, XML questions are best asked on the perl-XML list. Many Twig users frequent that list (even the author chimes in from time to time). I'm not all that familiar with Twig, so what I can do is give you working XML::LibXML code: my $doc = XML::LibXML->new->parse_file($ARGV[0]); my @dl_nodes

XML Twig - perl

2004-09-28 Thread Ganesh Babu Nallamothu, Integra-India
Hello, Using xml twig, I am trying to supply two elements in a line with the separator tab. Ex: ABCCDE addeerwe sdfsdfserewrwe Expected Result: ABCCDE addeerwe sdfsdfserewrwe Obtained Result: ABCCDE addeerwe sdfsdfserewrwerwe i.e. After some characters are repeating, t