Skip to content

Commit

Permalink
update sync EN revision reference xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDaiguille committed Feb 24, 2025
1 parent d2515f8 commit 127fa64
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 52 deletions.
7 changes: 5 additions & 2 deletions reference/xsl/xsltprocessor/registerphpfunctions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4d8af0862acd95744e96db9e611a9e6c1b02521e Maintainer: yannick Status: ready -->
<!-- EN-Revision: 01904e809eaf0aa60e7ce0524400ddd5681c9541 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="xsltprocessor.registerphpfunctions" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="xsltprocessor.registerphpfunctions" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<refnamediv>
<refname>XSLTProcessor::registerPHPFunctions</refname>
<refpurpose>Active l'utilisation de PHP dans les feuilles de styles XSLT</refpurpose>
Expand Down Expand Up @@ -41,6 +41,8 @@
</para>
</refsect1>

<xi:include xpointer="domxpath.registerphpfunctions..errors" />

<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Expand All @@ -59,6 +61,7 @@
</row>
</thead>
<tbody>
<xi:include xpointer="domxpath.registerphpfunctions..changelog.errors" />
<row>
<entry>8.4.0</entry>
<entry>
Expand Down
29 changes: 4 additions & 25 deletions reference/xsl/xsltprocessor/transformtodoc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 256782d03224fa268ebf0111ce5f6bbf27897ab3 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 01904e809eaf0aa60e7ce0524400ddd5681c9541 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="xsltprocessor.transformtodoc" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="xsltprocessor.transformtodoc" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<refnamediv>
<refname>XSLTProcessor::transformToDoc</refname>
<refpurpose>Transforme en un document</refpurpose>
Expand Down Expand Up @@ -48,35 +48,14 @@
</variablelist>
</para>
</refsect1>
<xi:include xpointer="domxpath.query..errors" />
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Le document résultant ou &false; si une erreur survient.
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Ajout du support pour <classname>Dom\Document</classname>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<xi:include xpointer="xsltprocessor.transformtouri..changelog" />
<refsect1 role="examples">
&reftitle.examples;
<para>
Expand Down
14 changes: 11 additions & 3 deletions reference/xsl/xsltprocessor/transformtouri.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 256782d03224fa268ebf0111ce5f6bbf27897ab3 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 01904e809eaf0aa60e7ce0524400ddd5681c9541 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="xsltprocessor.transformtouri" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="xsltprocessor.transformtouri" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<refnamediv>
<refname>XSLTProcessor::transformToUri</refname>
<refpurpose>Transforme en URI</refpurpose>
Expand Down Expand Up @@ -42,14 +42,15 @@
</variablelist>
</para>
</refsect1>
<xi:include xpointer="domxpath.query..errors" />
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Retourne le nombre d'octets écrits ou &false; si une erreur survient.
</para>
</refsect1>

<refsect1 role="changelog">
<refsect1 role="changelog" xml:id="xsltprocessor.transformtouri..changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
Expand All @@ -60,6 +61,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lance maintenant une <exceptionname>Erreur</exceptionname> si le callback
ne peut pas être invoqué, au lieu d'émettre un avertissement.
</entry>
</row>
<row>
<entry>8.4.0</entry>
<entry>
Expand Down
25 changes: 3 additions & 22 deletions reference/xsl/xsltprocessor/transformtoxml.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 256782d03224fa268ebf0111ce5f6bbf27897ab3 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 01904e809eaf0aa60e7ce0524400ddd5681c9541 Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->
<refentry xml:id="xsltprocessor.transformtoxml" xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude">
<refnamediv>
Expand All @@ -22,6 +22,7 @@
<xi:fallback/>
</xi:include>
</refsect1>
<xi:include xpointer="domxpath.query..errors" />
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Expand All @@ -30,27 +31,7 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Ajout du support pour <classname>Dom\Document</classname>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>
<xi:include xpointer="xsltprocessor.transformtouri..changelog" />

<refsect1 role="examples">
&reftitle.examples;
Expand Down

0 comments on commit 127fa64

Please sign in to comment.