Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 469c5a1da69c32fbc4f899bb44fa0f21 > files > 5

dtdparser-1.21-7.fc12.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.