mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-01 17:02:18 +01:00
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:
committed by
Matthias Clasen
parent
31326619f1
commit
f23f09e323
@@ -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 ===
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user