How many parameters does assertEquals take?

Bo Yang <[email protected]> Sun, 5 Apr 2009 21:47:46 +0800
Newsgroups gmane.comp.web.dom.test-suites.general
Message-ID <[email protected]>
Hi,
=A0=A0I am now trying to write a transform for a dom implementation. I
seen in the DTD that the assertEquals :

<!ELEMENT assertEquals (metadata?, (%statement;)*)>

>From the DTD, an assertEquals element can have multiple statements,
but I think it is only rational when there are only two. Could anybody
tell me whether we can assume there are only two statments inside
assertEquals? Thanks.

Regards!

Bo