Re: [xsl] transforming without outputting original namespace

Subject: Re: [xsl] transforming without outputting original namespace
From: "Martynas Jusevicius" <martynas.jusevicius@xxxxxxxxx>
Date: Sun, 4 Feb 2007 18:17:55 +0100
Hi,

try

<xsl:stylesheet exclude-result-prefixes="p">

Martynas

On 2/3/07, Sam Carleton <scarleton@xxxxxxxxxxxxxxxx> wrote:
Thanks to David's help, I am now transforming xml that has a
namespace.  My target is a piece of HTML, so I would prefer if the
namespace was not in the output, which it is:

<div xmlns="http://www.photoparata.com/events.xsd";
xmlns:p="urn://www.photoparata.com/events.xsd" id="titlebar"/>

How do I go about getting rid of it?

Current Thread