[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

XSL Problem for Expert - More information

Subject: XSL Problem for Expert - More information
From: Sydney <moisi_fr@xxxxxxxx>
Date: Wed, 10 May 2000 11:44:54 +0200 (CEST)
info screen div
Hi

Here is my XML file(the div tag is recursive)

<div type="chapter">
<head>title</head>
<p>This is a paragraph</p>
<list type="bulleted">
<item>First bullet</item>
</list>
<pb/>
<div type="activity">
<head>You can do this</head>
</div>
<p>Another paragraph</p>
<pb/>
</div><!--End of chapter-->

<pb/> element can be anywhere in the XML

Here is the HTML wanted.

<div class="screen"> 
<h1>title</h1>
<p>This is a paragraph</p>
<ul>
<li>First bullet</li>
</ul>
</div><!-- It was the first screen-->
<div class="screen">
<div><img src="activity.jpg" border="0"/>
You can do this</div>
<p>Another paragraph</p>
</div><!-- It was the second screen-->

The template for div, head, list, item, p are done
Hope you can help me.

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.