OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: RE: [docbook] Clean way to insert a "pause" between blocks of p aragraphs?



--- Jeff Beal <jeff.beal@ansys.com> wrote:
In your case,
> you could use a processing instruction like
> <?jjramsey pause?>.  Then, in an
> XSL customization layer, write a template like:
> 
> <xsl:template
>
match="processing-instruction('jjramsey')[contains(.,'pause')]">
>   <div class="pause"><img
> src="graphics/break.png"/></div>
> </xsl:template>

Pardon my thoroughgoing ignorance, but how would I go
about making use of that XSL fragment? Insert it in
the document itself, in a customized stylesheet. Feel
free to point me to a FM (f*ing manual) to read.


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


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