summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/l10n.number.alphabetic.page
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2018-09-23 10:06:27 -0400
committerShaun McCance <shaunm@redhat.com>2018-09-23 10:06:27 -0400
commitee6269566950f231e3d5d580a63c561844036368 (patch)
tree6686c250370087b74a5fe96bee014f05e4a68b3a /doc/yelp-xsl/C/l10n.number.alphabetic.page
parentc6143ac47b3a14276f8226245d07d3075cab34e9 (diff)
parent5367daf3ab483ffa18b6b813b5cc971685d2dd49 (diff)
downloadyelp-xsl-ee6269566950f231e3d5d580a63c561844036368.tar.gz
Merge branch 'wip/xslduck'
Diffstat (limited to 'doc/yelp-xsl/C/l10n.number.alphabetic.page')
-rw-r--r--doc/yelp-xsl/C/l10n.number.alphabetic.page45
1 files changed, 29 insertions, 16 deletions
diff --git a/doc/yelp-xsl/C/l10n.number.alphabetic.page b/doc/yelp-xsl/C/l10n.number.alphabetic.page
index 371156a1..d9e6f941 100644
--- a/doc/yelp-xsl/C/l10n.number.alphabetic.page
+++ b/doc/yelp-xsl/C/l10n.number.alphabetic.page
@@ -1,16 +1,29 @@
-<?xml version="1.0"?>
-<page xmlns="http://projectmallard.org/1.0/" id="l10n.number.alphabetic" type="topic" style="xslt-template"><info><link type="guide" xref="l10n-numbers" group="templates"/><link type="guide" xref="templates" group="l10n"/><revision version="0.0" date="1970-01-01" status="stub"/><desc>Formats a number using an alphabetic numbering system</desc></info><title>l10n.number.alphabetic</title><p>Formats a number using an alphabetic numbering system</p>
-
-
- <synopsis><title>Parameters</title><terms>
- <item>
- <title><code>value</code></title>
- <p>The numeric value of the number to format</p>
- </item>
- <item>
- <title><code>alphabet</code></title>
- <p>A string containing the characters of the alphabet to use</p>
- </item>
- </terms></synopsis>
- <comment><p>Talk about alphabetic numbering systems</p></comment>
-<list style="compact"><title>Calls Templates</title><item><p><link xref="l10n.number.alphabetic"/></p></item></list></page>
+<?xml version="1.0" encoding="utf-8"?>
+<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-template" id="l10n.number.alphabetic">
+ <info>
+ <link type="guide" xref="l10n-numbers" group="templates"/>
+ <link type="guide" xref="templates" group="l10n"/>
+ <desc>Formats a number using an alphabetic numbering system</desc>
+ </info>
+ <title>l10n.number.alphabetic</title>
+ <synopsis>
+ <title>Parameters</title>
+ <terms>
+ <item>
+ <title><code>$value</code></title>
+ <p>The numeric value of the number to format</p>
+ </item>
+ <item>
+ <title><code>$alphabet</code></title>
+ <p>A string containing the characters of the alphabet to use</p>
+ </item>
+ </terms>
+ </synopsis>
+ <p>REMARK: Talk about alphabetic numbering systems</p>
+ <list style="compact">
+ <title>Calls Templates</title>
+ <item>
+ <p><link xref="l10n.number.alphabetic"/></p>
+ </item>
+ </list>
+</page>