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

mode question

Subject: mode question
From: Roelof Wobben <rwobben@xxxxxxxxxxx>
Date: Fri, 9 Dec 2011 10:38:19 +0000
 mode question
hello,



I want to use the mode tag in xslt but now I get a error message that name or
match is missing.



How do I repair it the best.



<xsl:template match="/">
     <xsl:apply-templates mode="head"/>
      <xsl:apply-templates mode="content"/>
      <xsl:apply-templates mode="bottom" />
  </xsl:template>

  <xsl:template mode="head">
    <head>
        <title>
             <xsl:value-of select="$website-name"/> - <xsl:value-of
select="$page-title"/>
         </title>
        <link rel="stylesheet" type="text/css"
href="{$workspace}/assets/css/style.css"/>
        <link rel="alternate" type="application/rss+xml" title="Notepad Chaos
RSS Feed" href="http://www.notepadchaos.com/feed/" />
        <link rel="pingback" href="http://www.notepadchaos.com/xmlrpc.php" />
        <link rel="alternate" type="application/rss+xml" title="Notepad Chaos
Feed" href="http://www.notepadchaos.com/feed/" />
        <link rel="alternate" type="application/rss+xml" title="Notepad Chaos
Comments Feed" href="http://www.notepadchaos.com/comments/feed/" />
         <link rel="EditURI" type="application/rsd+xml" title="RSD"
href="http://www.notepadchaos.com/xmlrpc.php?rsd" />
         <link rel="wlwmanifest" type="application/wlwmanifest+xml"
href="http://www.notepadchaos.com/wp-includes/wlwmanifest.xml"/>
          <link rel='index' title='Notepad Chaos'
href='http://www.notepadchaos.com/' />
    </head>
  </xsl:template>





Roelof

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.