diff options
author | Shaun McCance <shaunm@redhat.com> | 2018-09-23 10:06:27 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@redhat.com> | 2018-09-23 10:06:27 -0400 |
commit | ee6269566950f231e3d5d580a63c561844036368 (patch) | |
tree | 6686c250370087b74a5fe96bee014f05e4a68b3a /doc/yelp-xsl/C/html.js.mode.page | |
parent | c6143ac47b3a14276f8226245d07d3075cab34e9 (diff) | |
parent | 5367daf3ab483ffa18b6b813b5cc971685d2dd49 (diff) | |
download | yelp-xsl-ee6269566950f231e3d5d580a63c561844036368.tar.gz |
Merge branch 'wip/xslduck'
Diffstat (limited to 'doc/yelp-xsl/C/html.js.mode.page')
-rw-r--r-- | doc/yelp-xsl/C/html.js.mode.page | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/yelp-xsl/C/html.js.mode.page b/doc/yelp-xsl/C/html.js.mode.page index f324388f..71a5e02d 100644 --- a/doc/yelp-xsl/C/html.js.mode.page +++ b/doc/yelp-xsl/C/html.js.mode.page @@ -1,6 +1,14 @@ -<?xml version="1.0"?> -<page xmlns="http://projectmallard.org/1.0/" id="html.js.mode" type="topic" style="xslt-mode"><info><link type="guide" xref="html" group="modes"/><link type="guide" xref="modes" group="html"/><revision version="1.0" date="2010-01-01" status="final"/><desc>Output JavaScript specific to the input format.</desc></info><title>html.js.mode</title><p>Output JavaScript specific to the input format.</p> - - - <p>This template is called by <code style="xslt-template" xref="html.js.content">html.js.content</code> to output JavaScript specific to the input format. Importing stylesheets may implement this for any element that will be passed to <code style="xslt-template" xref="html.page">html.page</code>. If they do not, the output HTML will only have the common JavaScript.</p> +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" xmlns:xsl="FIXME" style="xslt-mode" id="html.js.mode"> + <info> + <link type="guide" xref="html" group="modes"/> + <link type="guide" xref="modes" group="html"/> + <desc>Output JavaScript specific to the input format.</desc> + <revision version="1.0" date="2010-01-01" status="final"/> + </info> + <title>html.js.mode</title> + <p>This mode is called by <code xref="html.js.content">html.js.content</code> to output JavaScript specific to + the input format. Importing stylesheets may implement this for any element that + will be passed to <code xref="html.page">html.page</code>. If they do not, the output HTML will only have + the common JavaScript.</p> </page> |