[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] namespace declaration missing in output


Subject: Re: [xsl] namespace declaration missing in output
From: cutlass <cutlass@xxxxxxxxxxx>
Date: Wed, 31 Jan 2001 18:20:52 +0000

Philip Strube wrote:

Hi all,

my problem is: if I add an attribute with a namespace, no
namespace-declaration
is generated. (If I add an element, everything is ok.)

desired output:
<?xml version="1.0" encoding="ISO-8859-1"?>
<one fiscus:objectID="1" xmlns:fiscus="http://www.fiscus.de">
  <two fiscus:objectID="2">
    <three fiscus:objectID="3">drei</three>
  </two>
</one>



take a look at the namespace area in dpawson faq
http://www.dpawson.co.uk/xsl/N5536.html#N28221

,jim fuller


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




Current Thread