On Tue, 28 Mar 2000, Clark Cooper wrote:

> 
> I've uploaded Version 2.28 of XML::Parser to CPAN.
> 
> 
> o Element declaration handlers now receive objects of type
>   XML::Parser::ContentModel for the model parameter (instead of strings).
>   Objects of this class represent the parsed structure of the model,
>   although they will still look like a string representation of the model
>   when referred to as a string. There a methods in this class to determine
>   the type of the model, the associated quantifier (if any), and to
>   return (for structured types) a list of components, also as objects of
>   type XML::Parser::ContentModel.

This breaks a test in XML::Twig as apparently whitespaces are stripped
from the model now:
(intro?, title, (para|note)+) becomes (intro?,title,(para|note)+)

It looks like you have done a good job at keeping the compatibility with
previous versions though, well done

Michel Rodriguez
Senior Programmer-Analyst, Electronic Services
IEEE Standards Activities
[EMAIL PROTECTED]
http://members.bellatlantic.net/~mirod

Reply via email to