RSS | Module Info | Add a review of XML-Mini

4 out of 4 found this review helpful:

XML-Mini (1.38) *

This is an odd little library. It may be useful, but it has some caveats you should know about.

It does have some problems parsing XML. If you want to parse, use XML::Simple .
There are some bugs, and they can be strange (like CDATA adding whitespace incosistently), but by and large it's a nice interface to work with if you're creating XML programatically, and I haven't seen anything else like it.

The author tends to not respond to email. Until this version I had considered this module abandoned.

This module could really use a graft feature, to let you build up partial trees in other functions, and then graft them inside existing structures.

Dominic J. Thoreau - 2008-03-03 08:38:43
Was this review helpful to you?  Yes No

5 out of 5 found this review helpful:

XML-Mini (1.2.8) *

Warning, don't use this module. It's very dangerous. This module is dead.

Try this :
#!/usr/bin/perl
use XML::Mini::Document ;
my $xmlDoc = XML::Mini::Document->new();
$xmlDoc->parse("<toto><titi><titi></toto>");

You will have something like :
eric@zog:~$ /tmp/test.pl
Deep recursion on subroutine "XML::Mini::Document::fromSubStringBT" at /usr/share/perl5/XML/Mini/Document.pm line 487.
Out of memory!

Eric Bollengier - 2006-01-22 10:31:39
Was this review helpful to you?  Yes No

XML-Mini (1.2.8) ****

Very usefull, quick and portable.

Documentation could be a bit better, but does provide the basics.

Troy Morehouse - 2004-06-22 08:14:57
Was this review helpful to you?  Yes No


the camel