Re: XML::Mini question

2012-04-18 Thread Manfred Lotz
On Wed, 18 Apr 2012 22:23:37 +0200 Manfred Lotz wrote: > On Thu, 19 Apr 2012 06:15:47 +1000 > "Owen" wrote: > > > > > > Hi there, > > > I've got a question about XML::Mini. > > > > > > When parsing an xml document for some reasons I want to preserve > > > white space. However, it doesn't work

Re: XML::Mini question

2012-04-18 Thread Manfred Lotz
On Thu, 19 Apr 2012 06:15:47 +1000 "Owen" wrote: > > > Hi there, > > I've got a question about XML::Mini. > > > > When parsing an xml document for some reasons I want to preserve > > white space. However, it doesn't work really. > > > > Minimal example: > > > > ! /usr/bin/perl > > > > > > use st

Re: XML::Mini question

2012-04-18 Thread Owen
> Hi there, > I've got a question about XML::Mini. > > When parsing an xml document for some reasons I want to preserve white > space. However, it doesn't work really. > > Minimal example: > > ! /usr/bin/perl > > > use strict; > use warnings; > use Data::Dumper; > use XML::Mini::Document; > > my $

XML::Mini question

2012-04-18 Thread Manfred Lotz
Hi there, I've got a question about XML::Mini. When parsing an xml document for some reasons I want to preserve white space. However, it doesn't work really. Minimal example: ! /usr/bin/perl use strict; use warnings; use Data::Dumper; use XML::Mini::Document; my $XMLString = " Learning Perl

XML::Mini question

2003-01-03 Thread Matt
Hi, I'm using XML::Mini to parse and print the contents of an xml file. The xml file has one root tag "" and identcal children "" which has 2 attributes "id & name" and 6 children " , , " " Since their can be any number of "" tags in the xml document at any one time, however, at all times, the