Subject: XML produce multiple "screen"
From: Sydney <moisi_fr@xxxxxxxx>
Date: Wed, 10 May 2000 10:49:57 +0200 (CEST)
|
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
|