VXML DTD and <block> element

Greetings,

in VXML DTD the block element is defined like this :
<!ELEMENT block (%executable.content;)*>
<!ATTLIST block
        %item.attrs;
>

While it should be :
<!ELEMENT block (%executable.content;)*>
<!ATTLIST block
        %item.attrs;
        name %expression; #IMPLIED
        expr %expression; #IMPLIED
        cond %expression; #IMPLIED
>

Thank you
Hatem

Received on Thursday, 28 October 2004 10:13:26 UTC