Вопрос есть в коллекциях
Выберите все валидные XML-документы при следующем содержании файла example.dtd:
<! ELEMENT notes (note?)>
<! ELEMENT notes (note?)>
- <notes>
- <note></note>
- </notes>
- <notes>
- <note>Hello</note>
- </notes>
- <notes>
- <note>Hello</note>
- <note>Hi</note>
- </notes>
- <notes></notes>