Comment to XML conversion: we try not to emit empty <Discussion> elements, but

it is not possible to guarantee that without duplicating logic or buffering
<Discussion> element contents.  So, allow empty <Discussion> elements in schema.

llvm-svn: 163842
This commit is contained in:
Dmitri Gribenko 2012-09-13 21:32:58 +00:00
parent b9c5a60045
commit 0b1a96a876

View File

@ -294,9 +294,9 @@
<define name="Discussion">
<element name="Discussion">
<oneOrMore>
<zeroOrMore>
<ref name="TextBlockContent" />
</oneOrMore>
</zeroOrMore>
</element>
</define>