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

Re: XSL Limitation? Is this possible?

Subject: Re: XSL Limitation? Is this possible?
From: "Emmanuel.Leguy" <Emmanuel.Leguy@xxxxxxx>
Date: Mon, 17 May 1999 11:11:07 +0200
cocoon xsl limitation
I have a very simple solution which works perfectly with cocoon:

<?xml version="1.0"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
 
	<xsl:template match="PARAGRAPH">
		<HTML>
			<BODY>
				<xsl:apply-templates/>
			</BODY>
		</HTML>
	</xsl:template>

	<xsl:template match="SENTENCE">
		<xsl:apply-templates/>
	</xsl:template>

	<xsl:template match="SUBJECT">
		<B><xsl:apply-templates/></B>
	</xsl:template>

	<xsl:template match="VERB">
		<B><xsl:apply-templates/></B>
	</xsl:template>

</xsl:stylesheet>
 
Why more complicated solutions? Because of IE5?

Emmanuel Leguy.

--
Laboratoire d'Informatique Fondamentale de Lille (LIFL)
Universite des Sciences et Technologies de Lille
Batiment M3 Cite Scientifique
59655 Villeneuve d'Ascq Cedex
FRANCE
tel: 03 20 33 63 38
fax: 03 20 43 65 66
mailto:Emmanuel.Leguy@xxxxxxx
http://www.lifl.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.