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

RE: XSL Error

Subject: RE: XSL Error
From: "Jack Cane" <jwcane@xxxxxxxxxxx>
Date: Mon, 10 Mar 2003 15:46:55 -0500
xsl error
All of my elements have the apply-templates statement, as in the following:

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

I do not quite understand where the apply-templates statement should be
placed.

Also, please confirm that the .css reference is in the right place. I want
my .css to apply to all pages (about 30) of this document.

tks,
jwc

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Michael Kay
Sent: Monday, March 10, 2003 3:17 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  XSL Error


>
> Please show me what is wrong with this code.

Your root template (match="/") does an apply-templates on ssHdr. The
rest of the input document is being ignored. If you want content to be
processed, it must be reached by an xsl:apply-templates.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

>
> <?xml version="1.0"?>
> <!-- edited with XMLSPY v5 rel. 3 U (http://www.xmlspy.com)
> by John W. Cane
> (ENW International, Ltd.) -->
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> xmlns="MyDocument.xsd" xmlns:html="http://www.w3.org/1999/xhtml"
> version="1.0">
> <xsl:template match="/">
>   <html>
>   <head>
>     <link rel="stylesheet" href="D:\WebApps\DFR\dissertation.css"
> type="text/css"/>
>     <title>
>       <xsl:apply-templates select="ssHdr"/>
>     </title>
>   </head>
> </xsl:template>
> <xsl:template match="ChapHdg">
>   <h4>
>     <xsl:apply-templates/>
>   </h4>
> </xsl:template>
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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




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


Current Thread
  • XSL Error
    • Jack Cane - Mon, 10 Mar 2003 13:35:12 -0500 (EST)
      • Jack Cane - Mon, 10 Mar 2003 14:26:19 -0500 (EST)
      • Michael Kay - Mon, 10 Mar 2003 15:14:42 -0500 (EST)
        • Jack Cane - Mon, 10 Mar 2003 15:43:36 -0500 (EST) <=
      • <Possible follow-ups>
      • Martinez, Brian - Mon, 10 Mar 2003 16:49:21 -0500 (EST)
        • Jack Cane - Mon, 10 Mar 2003 19:08:33 -0500 (EST)

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.