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

Re: Malformed META tag

Subject: Re: Malformed META tag
From: Markus Spath <mspath@xxxxxxxx>
Date: Wed, 06 Feb 2002 12:41:17 +0100
add meta tag html encoding


<META http-equiv="Content-Type" content="text/html; charset=UTF-16">


....................................................................^
so just add </META> here, see below for the shortcut for this.



...it has no tag closure. This occurs only if I have a <HEAD> tag defined as part of my xsl file.

The XSL file :

<?xml version="1.0"?>
<xsl:stylesheet
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
 <xsl:output method="html" encoding="utf-8"/>
 <xsl:template match="/hello-world">
 <HTML>
  <HEAD>
   <TITLE> This is the title </TITLE>


     <META http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <!-- and better use the same encoding as you specify in xsl:output -->


  </HEAD>
  <BODY>
   <H1><xsl:value-of select="greeting"/></H1>
   <xsl:apply-templates select="greeter"/>
  </BODY>
 </HTML>
 </xsl:template>
 <xsl:template match="greeter">
    <DIV>from
     <I><xsl:value-of select="."/></I>
    </DIV>
 </xsl:template>
</xsl:stylesheet>



hope that helps (but take care of my answers, I'm also entry-level...)


markus





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.