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