Test 234
(
Root element is "foo" and it must be empty.
It means, that element or non-whitespace text nodes are not allowed.
It can contain whitespaces or processing instructions.
)
Test 235
(
Root element is "foo" and it must have an attribute
"bar".
The attribute must be empty -
it means, that it can contain only whitespaces.
)
Test 236
(
Root element is "foo" and it must contain
a list, which is empty.
It means, that it can contain only whitespaces.
)
Test 237
(
Root element is "foo" and it must have an attribute "bar",
which contains an empty list.
It means, that the attribute can contain only whitespaces.
)
Test 238
(
Root element is "foo" and it must have "bar" as a first child
and possibly also a second child - "baz".
)