This is the mail archive of the xsl-list@mulberrytech.com mailing list .


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

XML produce multiple "screen"


Hi

I have an XML file and I must procude multiple screen,
each screen have a header, the text and the footer.
All the screen are in a same HTML file.

for example:
<!--Header-->
<div style="font-size:72pt">
<!--
The text
-->
<!--Footer-->
</div>

Is it possible with XSL to say do xsl:apply-templates
until you find an element called pb? If you find this
element get back to a point of a template.

<xsl:template>
<div style="font-size:72pt">
<xsl:apply-templates/>
<!-- if you find pb element go back here -->
</div>
</xsl:template>

Thanks
Sydney

___________________________________________________________
Do You Yahoo!?
Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

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