Hello, I am having trouble with XML::Stream::Parser::parse function. 
It is not returning anything. What is strange is parsefile works and it
seems to be using parse. Anyway, here is the code I do not get a return on.

my $parser = new XML::Stream::Parser(style=>"Tree");

my @tree = $parser->parse('<foo><test>hello</test></foo>');

There is no data in tree. I was wondering if anyone could shed some light on
this. If this is the wrong list I apologize. I am using XML::Stream v1.12.

 
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to