On Sat, 2005-02-05 at 19:49 +0100, A. Pagaltzis wrote:
> * Kevin C. Krinke <[EMAIL PROTECTED]> [2005-02-04 22:40]:
> > Does anyone have any suggestions as to other CPAN XML modules
> > that preserve prefixing and suffixing whitespace of tagged
> > contents?
> 
> I'd suggest trying XML::LibXML before you finalize your decision
> to stick with XML::Parser

I'd second that suggestion.  The Perl-XML FAQ explains that these days
pretty mush everything that XML::Parser can do is done better by
XML::LibXML or XML::SAX:

  http://perl-xml.sourceforge.net/faq/#choosing_a_parser

> ... (maybe I should write XML::Simple::LibXML)).

Maybe you should :-)  But bear in mind, that if you have XML::SAX and
XML::LibXML installed then XML::Simple will use libxml2 over libexpat by
default.

Cheers
Grant

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to