xsl-list
[Top] [All Lists]

Re: Getting rid of a namespace declaration

2004-03-15 07:16:22
change <xsl:stylesheet xmlns:xhtml=http://www.w3.org/1999/xhtml";

to

<xsl:stylesheet xmlns=http://www.w3.org/1999/xhtml";

which makes

 <html xmlns:xhtml="http://www.w3.org/1999/xhtml";>

redundant (inside your templates, not an imported or source document)

hth,

Manos

Patricia Murray wrote:

Hiy there again,

Ive qualified my xhtml elements but still no difference.

So to recap, in my stylesheet, xhtml elements are in <xsl: stylesheet xmlns:xhtml=http://www.w3.org/1999/xhtml And in the imported document, they are in the default namespace: <html xmlns="http://www.w3.org/1999/xhtml";>


The output looks as follows with the imported elements enclosed in the
div class="content":


<html xmlns:xhtml="http://www.w3.org/1999/xhtml";>
   <head>
      <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
....
    <div class="content" id="content">
            <h1 xmlns="http://www.w3.org/1999/xhtml";>The Census</h1>
            <h2 xmlns="http://www.w3.org/1999/xhtml";>Collecting the data
</h2>
            <p xmlns="http://www.w3.org/1999/xhtml";>Every 10 years, all
people and households in the

But I don't want the xmlns: declarations on the imported elements cos
they are already in that namespace. Is there anyway I can get around
this??

Thanks.



***********************************
E-Learning Developer
Nomis, University of Durham
http://www.nomisweb.co.uk/
0191 334 2680

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



--
Manos Batsis

    _  __    __                    __
   / |/ /__ / /____ __ _ ___ _____/ /_
  /    / -_) __(_-</  ' Y _ `/ __/ __/
 /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/


http://www.netsmart.gr
mailto:mbatsisSPAM_TRAP(_at_)netsmart(_dot_)gr
tel:+302103240940
http://forte.netsmart.gr/foaf/manos_foaf.rdf



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



<Prev in Thread] Current Thread [Next in Thread>