Fix sloppy language, pointed out by Daniel Vaillard.

2005-05-10  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
	Daniel Vaillard.
This commit is contained in:
Matthias Clasen
2005-05-10 13:40:07 +00:00
committed by Matthias Clasen
parent 31326619f1
commit f23f09e323
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2005-05-10 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/markup.sgml: Fix sloppy language, pointed out by
Daniel Vaillard.
2005-04-06 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.4 ===

View File

@@ -18,8 +18,12 @@ easily migrate to full-scale XML at a later time if the need arises.
<para>
GMarkup is not guaranteed to signal an error on all invalid XML; the
parser may accept documents that an XML parser would not. However, invalid XML
documents are not considered valid GMarkup documents.
parser may accept documents that an XML parser would not. However, XML
documents which are not well-formed<footnote id="wellformed">Being wellformed
is a weaker condition than being valid. See the
<ulink url="http://www.w3.org/TR/REC-xml/">XML specification</ulink> for
definitions of these terms.</footnote> are not considered valid GMarkup
documents.
</para>
<para>