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

Re: Namespaces

Subject: Re: Namespaces
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 9 Jun 2003 23:21:13 +0100
Re:  Namespaces
As others have said your problem is most likely that the DTD is
defaulting a namespace so you need to match elements in that namespace
not in no-namespace, but a comment on your output.

You are generating html so you shouldn't have any namespace declared for
the output

ie get rid of this line:
    xmlns="http://www.w3.org/TR/REC-html40">

There is no such namespace defined for HTML. Some early drafts of XSLT 1
did suggest this rather dubious use, but it was removed in favour of the
<xsl:output method="html"/>
instruction before XSLT1 was finalised as a Recommendation.

Also for the HTML output method, you should never put
in         <META HTTP-EQUIV="Content-Type"
  CONTENT="text/html;" CHARSET="UTF-8"/>

as the system will add its own meta element specifying the encoding it
used, so at best this will be superflous but at worst it will be
incorrect as the encoding specified in xsl:output is only a hint and a
system may output in some other encoding. 

David

 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.