]> granicus.if.org Git - docbook-dsssl/commitdiff
Separate properties for figures, examples, equations, tables, and procedures
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 19:54:34 +0000 (19:54 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Jan 2003 19:54:34 +0000 (19:54 +0000)
xsl/params/equation.properties.xml [new file with mode: 0644]
xsl/params/example.properties.xml [new file with mode: 0644]
xsl/params/figure.properties.xml [new file with mode: 0644]
xsl/params/procedure.properties.xml [new file with mode: 0644]
xsl/params/table.properties.xml [new file with mode: 0644]

diff --git a/xsl/params/equation.properties.xml b/xsl/params/equation.properties.xml
new file mode 100644 (file)
index 0000000..8dc70dd
--- /dev/null
@@ -0,0 +1,18 @@
+<refentry id="equation.properties">
+<refnamediv>
+<refname>equation.properties</refname>
+<refpurpose>Properties associated with a equation</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='equation.properties.frag'>
+<xsl:attribute-set name="equation.properties" use-attribute-sets="formal.object.properties"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The styling for equations.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/example.properties.xml b/xsl/params/example.properties.xml
new file mode 100644 (file)
index 0000000..116c58d
--- /dev/null
@@ -0,0 +1,18 @@
+<refentry id="example.properties">
+<refnamediv>
+<refname>example.properties</refname>
+<refpurpose>Properties associated with a example</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='example.properties.frag'>
+<xsl:attribute-set name="example.properties" use-attribute-sets="formal.object.properties"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The styling for examples.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/figure.properties.xml b/xsl/params/figure.properties.xml
new file mode 100644 (file)
index 0000000..e232e12
--- /dev/null
@@ -0,0 +1,18 @@
+<refentry id="figure.properties">
+<refnamediv>
+<refname>figure.properties</refname>
+<refpurpose>Properties associated with a figure</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='figure.properties.frag'>
+<xsl:attribute-set name="figure.properties" use-attribute-sets="formal.object.properties"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The styling for figures.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/procedure.properties.xml b/xsl/params/procedure.properties.xml
new file mode 100644 (file)
index 0000000..b8dcbfe
--- /dev/null
@@ -0,0 +1,18 @@
+<refentry id="procedure.properties">
+<refnamediv>
+<refname>procedure.properties</refname>
+<refpurpose>Properties associated with a procedure</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='procedure.properties.frag'>
+<xsl:attribute-set name="procedure.properties" use-attribute-sets="formal.object.properties"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The styling for procedures.</para>
+
+</refsect1>
+</refentry>
diff --git a/xsl/params/table.properties.xml b/xsl/params/table.properties.xml
new file mode 100644 (file)
index 0000000..fe0d33b
--- /dev/null
@@ -0,0 +1,18 @@
+<refentry id="table.properties">
+<refnamediv>
+<refname>table.properties</refname>
+<refpurpose>Properties associated with a table</refpurpose>
+</refnamediv>
+
+<refsynopsisdiv>
+<src:fragment id='table.properties.frag'>
+<xsl:attribute-set name="table.properties" use-attribute-sets="formal.object.properties"/>
+</src:fragment>
+</refsynopsisdiv>
+
+<refsect1><title>Description</title>
+
+<para>The styling for tables.</para>
+
+</refsect1>
+</refentry>