I've turned on the validation feature in DOMParser. The validation works
fine for Element attributes, but doesn't seem to validate child-elements. 

Excerpt from WML 1.3 DTD

<!ELEMENT card (onevent*, timer?, (do | p | pre)*)>
<!ATTLIST card
        ..... stuff deleted ....
>

By mistake I had created a wml page with child elements under card which
don't match any of the valid ones. There was no parse exception raised. Am I
missing something here?

Features used are validation true, defre-node-expansion false,
ignore-whitespace true.

Srikanth

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to