RE: [xsl] Getting rid of a namespace declaration

Subject: RE: [xsl] Getting rid of a namespace declaration
From: "Patricia Murray" <Patricia.Murray@xxxxxxxxxxxx>
Date: Mon, 15 Mar 2004 14:02:19 -0000
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


Current Thread