Re: XML Parser install failing on Fedora Core 12

Michael Ludwig <[email protected]>
Newsgroups gmane.comp.lang.perl.xml
Message-ID <20100302210517.GB4016@wladimir>
Randall Marbach schrieb am 01.03.2010 um 23:14:04 (-0800):

> Any ideas what the problem could be?

Well, from the error message:

> t/cdata.t ......... ok   
> t/decl.t .......... 
> syntax error at line 14, column 3, byte 214:
> %ext;
> 
> <![%bar;[
> ==^
> <!ATTLIST bar xyz (a|b|c) 'b'>
> ]]>

Looks like the parser doesn't expect a conditional section here.

> error in processing external entity reference at line 21, column 3,
> byte 3161:
>    <!ELEMENT bar ANY>
>    <!ATTLIST bar big CDATA 'This is a large string value to test
> whether the declaration parser still works when the entity or
> attribute default value may be broken into multiple calls to the
> default handler. 012345678 [...] '>
>   ]>
> ==^
> <foo/>
>  at /root/.cpan/build/XML-Parser-2.36-uOIHKZ/blib/lib/XML/Parser.pm line 187
> t/decl.t .......... Dubious, test returned 9 (wstat 2304, 0x900)
> Failed 29/30 subtests 

Doesn't look like it's expecting a section to be closed here.

> t/parament.t ...... 1/12 
> error in processing external entity reference at line 8, column 0,
> byte 173:
>   <!ENTITY more SYSTEM "t/ext2.ent">
> ]
> >
> ^
> <foo>Happy, happy
> <bar>&joy;, &joy;</bar>
>  at /root/.cpan/build/XML-Parser-2.36-uOIHKZ/blib/lib/XML/Parser.pm line 187
> t/parament.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
> Failed 11/12 subtests 

A similar one.

-- 
Michael Ludwig
_______________________________________________
Perl-XML mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.