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] | [List Home]


Subject: Re: [docbook-apps] Horizontal Space inside Table


Epilogue: For the benefit of anyone who may benefit from this thread.
Thanks to both Bob and Dave for the ideas to nudge me to find the best possible solution for my situation.

I wound up wrapping the #text inside the <entry> with the <programlisting role="tab">
for any entries that I was interested in indenting.

Then in my custom layer, I added a <xsl:template match="programlisting[@role='tab']">
where I applied the style elements to match the remaining of the table, and thereby not impacting any other programlisting in the document.
 
This worked great, and thank you both for your replies and the ideas which were a big help in working this out.
 
Thanks.
/Gregorio 
 


 


-----Original Message-----
From: gpevaco <gpevaco@aol.com>
To: davep <davep@dpawson.co.uk>
Cc: docbook-apps <docbook-apps@lists.oasis-open.org>
Sent: Tue, Feb 22, 2011 10:29 am
Subject: Re: [docbook-apps] Horizontal Space inside Table

A very good approach and one I am fiddling with now...
I think I might prefer to just add the format attribute,
but nonetheless, thank you once again for the ideas!!
 
/G.  



-----Original Message-----
From: Dave Pawson <davep@dpawson.co.uk>
To: gpevaco <gpevaco@aol.com>
Cc: docbook-apps <docbook-apps@lists.oasis-open.org>
Sent: Tue, Feb 22, 2011 9:56 am
Subject: Re: [docbook-apps] Horizontal Space inside Table

On Tue, 22 Feb 2011 09:43:26 -0500 (EST)
gpevaco@aol.com wrote:

> 
> Bob: 
> 
> Thank you very much for taking the time to consider my Issue. 
> I had entertained the idea of the <programlisting> approach, however
> there are a couple of hurdles with that. Primarily is that I use
> <programlisting> in other sections or areas of the document that are
> presented with a different styling.


<template match="programlisting">

vs
<template match="td/programlisting">

should sort that out?


HTH



-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk



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