Re-enabled MultiComment tags in the sample XML file.

This commit is contained in:
Moritz Bunkus 2003-08-10 09:09:32 +00:00
parent 4903680be2
commit 86d7b4d76d

View File

@ -147,12 +147,15 @@
</Title> </Title>
</MultiTitle> </MultiTitle>
<!-- MultiComments don't work at the moment. --> <!-- MultiComments can contain any information and occur at any level -->
<!-- <MultiComment> --> <!-- below Tag. They should be avoided if possible! They allow free -->
<!-- <Name>CommentName</Name> --> <!-- form tags similar to NAME=VALUE style tags but don't follow -->
<!-- <Comments>Comments</Comments> --> <!-- any standard and are therefore difficult to evaluate by software. -->
<!-- <Language>ita</Language> --> <MultiComment>
<!-- </MultiComment> --> <Name>CommentName</Name>
<Comments>Comments</Comments>
<Language>ita</Language>
</MultiComment>
</Tag> </Tag>
</Tags> </Tags>