OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Screenshots in procedures


Is there a way to place screenshots into a procedure without using <figure> as 
a wrapper? When I add <figure> I must add <title> in order to validate. But I 
don't want a title and I don't want the xsl to add the figure #. caption to 
the the screenshots in a procedure.

What can I do?


I have tried the following, but neither validate.

<procedure>
                    <title>Java Installation Package</title>
                    <step>
                        <para>Open a Shell and <command>cd</command> to
                            the directory containing the Treebeard jar 
file.</para>
                    </step>
                    <step>
                        <para>Start the install by typing <command>java
                                -jar treebeard_V07_Java.jar</command>.
                            The first Treebeard Install dialog is
                        displayed.</para>.
                    </step>
                    <screenshot>
                            <mediaobject>
                                <imageobject>
                                    <imagedata fileref="install1.jpg"
                                    format="JPG" scale="100"/>
                                </imageobject>
                            </mediaobject>
                        </screenshot>
... and 

<procedure>
                    <title>Java Installation Package</title>
                    <step>
                        <para>Open a Shell and <command>cd</command> to
                            the directory containing the Treebeard jar 
file.</para>
                    </step>
                    <step>
                        <para>Start the install by typing <command>java
                                -jar treebeard_V07_Java.jar</command>.
                            The first Treebeard Install dialog is
                        displayed.</para>
			<screenshot>
                            <mediaobject>
                                <imageobject>
                                    <imagedata fileref="install1.jpg"
                                    format="JPG" scale="100"/>
                                </imageobject>
                            </mediaobject>
                        </screenshot>
                    </step>
                    
-- 
Sean Wheller
swheller@bigpond.net.au
XWriter




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC