Skip to content

Commit

Permalink
XMLReader sync with EN (#849)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 12, 2024
1 parent a3a3926 commit 16a1ba1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions reference/xmlreader/xmlreader/isvalid.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: yannick Status: ready -->
<!-- EN-Revision: 64564d6dc5c0bdfd612666a62c5852a292559cf3 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="xmlreader.isvalid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand All @@ -14,7 +14,9 @@
</methodsynopsis>
<para>
Retourne un booléen indiquant si le document qui est en train d'être
analysé est valide.
analysé est valide selon le DTD, ou un schéma XML ou RelaxNG.
S'il n'y a pas de schéma et que l'option de validation DTD n'est pas fournie, cette méthode renverra &false;.

</para>
</refsect1>
<refsect1 role="parameters">
Expand All @@ -24,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
Retourne &true; lorsque le document est valide, sinon &false;.
</para>
</refsect1>
<refsect1 role="examples">
Expand Down

0 comments on commit 16a1ba1

Please sign in to comment.