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]

Re: [docbook-apps] [xsl stylesheets] reducing font size in formalparas?


On Tue, Nov 25, 2003 at 05:49:21PM -0500, Daniel Veillard wrote:
> On Tue, Nov 25, 2003 at 01:44:25PM -0800, Bob Stayton wrote:
> > In your customization you have:
> > font-size="${toto}"
> > 
> > when you should have:
> > font-size="{$toto}"
> > 
> > It's different from shell variable syntax.
> 
>   The good news is that if you update your xsltproc/libxml2, I think the new 
> version will give you an error instead of silently failing to compile an
> embedded XPath expression... That should avoid many of those problems.

Interesting. Now I understand why I didn't detect the typo: I thought
everything was ok because by changing $toto to ${toto}, grep toto
myfile.fo became empty!

-- 
Charles Plessy

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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