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


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] Clean way to insert a "pause" between blocks of p aragraphs?


--- Jeff Beal <jeff dot beal at ansys dot 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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe at lists dot oasis-open dot org
For additional commands, e-mail: docbook-help at lists dot oasis-open dot org


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