cvs commit: fptools/libraries/HaXml/src/Text/XML/HaXml Validate.hs

Malcolm Wallace malcolm at haskell.org
Mon Feb 14 16:55:09 EST 2005


malcolm     2005/02/14 13:55:09 PST

  Modified files:
    libraries/HaXml/src/Text/XML/HaXml Validate.hs 
  Log:
  Fix (a) incorrect warnings about text content in elements, and
  (b) an infinite loop when checking against certain weird kinds of DTD.
  The latter arises with a content spec of e.g. (a | b? | c)*  where the
  inner ? and outer * optionality markers conflict a little.
  
  Revision  Changes    Path
  1.12      +10 -1     fptools/libraries/HaXml/src/Text/XML/HaXml/Validate.hs


More information about the Cvs-libraries mailing list