Stylescript fixes
authorJelmer Vernooij <jelmer@samba.org>
Sun, 8 Aug 2004 19:14:52 +0000 (19:14 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 8 Aug 2004 19:14:52 +0000 (19:14 +0000)
manpages/smbclient.1.xml
xslt/expand-sambadoc.xsl
xslt/pearson.xsl

index 4b950fbd9ab815817e118a4d5dc56e2914bbe0ce..80633814401fa8c006b83859d7e7648abf75c842 100644 (file)
 </refnamediv>
 
 <refsynopsisdiv>
+       <cmdsynopsis>
+               <command>smbclient</command>
+               <arg choice="opt">-b &lt;buffer size&gt;</arg>
+               <arg choice="opt">-d debuglevel</arg>
+               <arg choice="opt">-L &lt;netbios name&gt;</arg>
+               <arg choice="opt">-U username</arg>
+               <arg choice="opt">-I destinationIP</arg>
+               <arg choice="opt">-M &lt;netbios name&gt;</arg>
+               <arg choice="opt">-m maxprotocol</arg>
+               <arg choice="opt">-A authfile</arg>
+               <arg choice="opt">-N</arg>
+               <arg choice="opt">-i scope</arg>
+               <arg choice="opt">-O &lt;socket options&gt;</arg>
+               <arg choice="opt">-p port</arg>
+               <arg choice="opt">-R &lt;name resolve order&gt;</arg>
+               <arg choice="opt">-s &lt;smb config file&gt;</arg>
+               <arg choice="opt">-k</arg>
+       </cmdsynopsis>
+               
        <cmdsynopsis>
                <command>smbclient</command>
                <arg choice="req">servicename</arg>
@@ -32,7 +51,6 @@
                <arg choice="opt">-A authfile</arg>
                <arg choice="opt">-N</arg>
                <arg choice="opt">-l logdir</arg>
-               <arg choice="opt">-L &lt;netbios name&gt;</arg>
                <arg choice="opt">-I destinationIP</arg>
                <arg choice="opt">-E</arg>
                <arg choice="opt">-c &lt;command string&gt;</arg>
index cd91bff8a126645ad32c6176d78a9d6fe1ec2e19..ca57e7fec80a3b74104c7ebdb79817e9ee9f27e2 100644 (file)
                        </xsl:attribute>
 
                        <xsl:element name="title">
+                               <xsl:if test="imagedescription = ''">
+                                       <xsl:message><xsl:text>imagedescription of image with id </xsl:text><xsl:value-of select="@id"/><xsl:text> is empty.</xsl:text></xsl:message>
+                               </xsl:if>
                                <xsl:value-of select="imagedescription"/>
                        </xsl:element>
                        <xsl:element name="mediaobject">
index 6a0eb3f1de9b197555ba947e729133782eddd872..99ee05b5af9c7f8842ec18bd764dd7766809fc29 100644 (file)
    <xsl:template match="author">
           <xsl:apply-templates/>,
    </xsl:template>
+
+   <xsl:template match="editor">
+          <!--FIXME: More information referring to editor ? -->
+          <xsl:apply-templates/>,
+   </xsl:template>
+
    <xsl:template match="othername">
           <xsl:apply-templates/>
    </xsl:template>
        <xsl:template match="authorgroup">
                <xsl:apply-templates/>
        </xsl:template>
+
+       <xsl:template match="formalpara">
+               <!--FIXME-->
+       </xsl:template>
+
+       <xsl:template match="citerefentry"/><!--FIXME-->
+       <xsl:template match="term"/><!--FIXME-->
+       <xsl:template match="substeps"/><!--FIXME-->
+       <xsl:template match="seealso"/><!--FIXME-->
+       <xsl:template match="affiliation"/><!--FIXME-->
 </xsl:stylesheet>