RE: [xsl] Removing empty namespace definition from an element

Subject: RE: [xsl] Removing empty namespace definition from an element
From: "Joel Friedman" <jfriedman@xxxxxxxxxxxx>
Date: Wed, 4 Aug 2004 12:16:24 -0400
Excuse my thick-headedness.

Thanks!

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Wednesday, August 04, 2004 12:14 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Removing empty namespace definition from an element


> I'm not certain what your solutions translates to?

short version:

stick
xmlns="http://schemas.microsoft.com/ads/2003/sequence";

on your xsl:stylesheet element.
You need to generate the parameter element in that namespace then it
won't get an xmlns declaration as it will be in the same namespace as
its parent.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread