[xsl] transforming without outputting original namespace

Subject: [xsl] transforming without outputting original namespace
From: "Sam Carleton" <scarleton@xxxxxxxxxxxxxxxx>
Date: Fri, 2 Feb 2007 21:15:24 -0500
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