This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Programlistingco creates table in HTMLHelp but not in XHTML


---- Start SpamAssassin results
7.30 points, 7 required;
*  0.9 -- BODY: Message is 30% to 40% HTML
*  0.2 -- BODY: HTML is missing "table" close tags
*  1.0 -- BODY: HTML included in message
*  0.7 -- BODY: HTML has images with 600-800 bytes of words
*  4.5 -- Forged mail pretending to be from MS Outlook

---- End of SpamAssassin results


--- Begin Message ---
Why isn't it the same in HTMLHelp and XHTML?

For HTMLHelp I use Saxon with a customized template: java
com.icl.saxon.StyleSheet writing-documentation.xml
../../lib/docbook-xsl/custom_stylesheets/stylesheets/htmlhelp/customhtmlhelp
.xsl html.stylesheet=docbook.css use.extensions=1

For XHTML I use Saxon with the standard docbook-template.

HTMLHelp:
<div class="programlistingco"><table border="0"
bgcolor="#ffffff"><tr><td><pre class="programlisting">sub do_nothing_useful
{
    my($a, $b, $c);

    $a = new A;  </pre></td></tr></table>            <span class="co"><img
src="/images/callouts/1.png" alt="(1)"></span><table border="0"
bgcolor="#ffffff"><tr><td><pre class="programlisting">
 .....   


XHTML:
<div class="programlistingco"><pre class="programlisting">sub
do_nothing_useful {
    my($a, $b, $c);

    $a = new A;              <span xmlns="" class="co"><img
src="images/callouts/1.png" alt="(1)"/></span>
......


/Kenneth


--------------------------------------------------------
Kenneth Johansson	Technical Documentation Manager
Sectra Imtec AB
Teknikringen 2		E-mail: ke-joh AT sectra DOT se
SE-583 30 Linköping	Phone:	+46 13 23 52 00
SWEDEN			Web:	http://www.sectra.se



--- End Message ---
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]