Should assert_tag be used to test rxml views?

I’m getting strange errors attempting to test an rxml view with
assert_tag. I can see that what the view is producing is correct but I
get an error like “ignoring attempt to close foo with bar” (where bar is
a tag which is meant to be nested in foo). Is asssert_tag meant for xml,
or just html?

Cheers, Robert.

It sounds like your outputted XML is not well formed, either that or
there
is a bug somewhere.

Does the page validate?

Cheers
Luke R.