1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Document how to escape XML_CATALOG_FILES

Fixes #309.
This commit is contained in:
Nick Wellnhofer 2022-02-07 19:22:45 +01:00
parent ea53fc18bc
commit fcd4c5b824
2 changed files with 4 additions and 4 deletions

View File

@ -368,8 +368,8 @@
<para><acronym>XML</acronym> catalog behavior can be changed by redirecting
queries to the user's own set of catalogs. This can be done by setting
the <envar>XML_CATALOG_FILES</envar> environment variable to a space-separated
list of catalogs. An empty one should deactivate loading the
default <filename>/etc/xml/catalog</filename> catalog.
list of catalogs. Use percent-encoding to escape spaces or other characters.
An empty variable should deactivate loading the default <filename>/etc/xml/catalog</filename> catalog.
</para>
</listitem>
</varlistentry>

View File

@ -786,8 +786,8 @@
<para><acronym>XML</acronym> catalog behavior can be changed by redirecting
queries to the user's own set of catalogs. This can be done by setting
the <envar>XML_CATALOG_FILES</envar> environment variable to a space-separated
list of catalogs. An empty one should deactivate loading the
default <filename>/etc/xml/catalog</filename> catalog.
list of catalogs. Use percent-encoding to escape spaces or other characters.
An empty variable should deactivate loading the default <filename>/etc/xml/catalog</filename> catalog.
</para>
</listitem>
</varlistentry>