[XML-SIG] a small question

Lars Marius Garshol larsga@ifi.uio.no
Tue, 08 Sep 1998 10:17:18 +0200


* Michael Sobolev
>
>Is this declaration is valid?
>
>    <!ENTITY % lang.params "lang   CDATA #REQUIRED">
>    <!ELEMENT comment (#PCDATA)>
>    <!ATTLIST comment
>        %lang.params;>

Yes, this declaration is perfectly valid.

>If yes, why xmlproc does not process it properly? :)

xmlproc currently only allows parameter entity references between declarations
and not inside them. I've now found a way to implement this (I think), so this
may appear in 0.60.

--Lars M.