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

Re: Beginners question: Koala XSL-Engine and <xsl:process se

Subject: Re: Beginners question: Koala XSL-Engine and <xsl:process select>
From: Tony Graham <tgraham@xxxxxxxxxxxxxxxx>
Date: Fri, 23 Oct 1998 10:51:33 -0400 (EDT)
koalas body process
At 22 Oct 1998 20:13 -0400, Steve Dahl wrote:
 > But if the "/" node is distinct from the document element, as in the
 > current XSL WD, I can easily write one XSL script for all possible
 > documents based on my DTD. The "/" rule will simply generate the HTML
 > boilerplate and call <xsl:process-children/>, and separate "book" and
 > "chapter" rules will handle their respective element types, without
 > having any hardcoded knowledge that they are or are not at the top.

I've done it, and it works:

  <xsl:template match="/">
    <html>
      <head>
	<title>
	  <xsl:value-of expr="/*/title"/>
	</title>
      </head>
      <body bgcolor="#FFFFFF">
	<xsl:process-children/>
      </body>
    </html>
  </xsl:template>

Regards,


Tony Graham
======================================================================
Tony Graham                            mailto:tgraham@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9632
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


 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.