Correct.
> * Section 4.3.1 also states that Parsed general entity declarations
> CANNOT be transformed to XSchema structures.
>
> If we may transform parameter entity declarations (from a source
> DTD) into corresponding general parsed entity declarations (in the target
> XSchema) , then why the restriction in case of general parsed entity
> declarations?
The problem is that parsed general entities apply the file in whose DTD they are
defined. If we transfer the parsed general entity definitions to the DTD of the
XSchema file, they apply to the XSchema file. That is, they do not apply to the
instance file defined by that XSchema file, which is what you want. If you want
to keep such definitions around, you must place them in an external subset that
is included in each instance file. While this is certainly possible, it has
nothing to do with XSchema.
-- Ron Bourret