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 <[email protected]>
To: davep <[email protected]>
Cc: docbook-apps <[email protected]>
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 <[email protected]>
To: gpevaco <[email protected]>
Cc: docbook-apps <[email protected]>
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)
[email protected] 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?

TH

-- 
regards 
-- 
ave Pawson
SLT XSL-FO FAQ.
ttp://www.dpawson.co.uk


Reply via email to