Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 87a7080059bfc010a4404be88b097874 > files > 5

dtdparser-1.21-3.2.5mdv2010.1.x86_64.rpm

Version 1.19
============

Changed expansion of entities to take the first definition of the entity
instead of the most recent (required by XML specification)

Modified scanner to parse identifiers and nmtokens correctly - allowed
identifiers to begin with : or _.

Fixed parsing of #PCDATA to conform to XML specification. If #PCDATA appears
by itself (i.e. (#PCDATA) ), don't allow * after it. If #PCDATA appears at
the beginning of a list (i.e. (#PCDATA|foo|bar|baz) ), require '*' to
follow it.