diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-18 10:32:31 +0100 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2024-01-18 10:32:31 +0100 |
commit | 9bbd87ae000d2f9e2c574e9ded8f30e24c95c649 (patch) | |
tree | 7d477e72f40b0c38a616d93a243e70a857ddb888 | |
parent | 3626aa30487772be32d2b6ca591137ce88e9d616 (diff) |
Add a doctype decl to lfs-l10n.xml, for validation
This allows using xmllint --valid on it.
-rw-r--r-- | stylesheets/lfs-xsl/lfs-l10n.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stylesheets/lfs-xsl/lfs-l10n.xml b/stylesheets/lfs-xsl/lfs-l10n.xml index d06760244..783bb1118 100644 --- a/stylesheets/lfs-xsl/lfs-l10n.xml +++ b/stylesheets/lfs-xsl/lfs-l10n.xml @@ -1,4 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE l:i18n SYSTEM "https://cdn.docbook.org/release/xsl-nons/current/common/l10n.dtd"> <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> |