RE: [xsl] xsl templates, Removing spurious namespace declarations in output elements

Subject: RE: [xsl] xsl templates, Removing spurious namespace declarations in output elements
From: "Tim Wilkins" <Tim.Wilkins@xxxxxxxxxxxxxxxx>
Date: Wed, 9 Apr 2003 12:23:06 +0100
Sorry, I may have been misleading.  The sequence might be

Pass 1, create some Attribute elements and set up some attributes to control
further processing
Pass 2, convert gml:coord elements (and more importantly gml:coordinate text
strings which have any number of coordinates in a single string) to Point
elements.
Pass 3, Translate any remaining copy Point and Attribute elements to output,
but changing the structure of the document.  It is this second stage that is
introducing the namespace elements.

Is there any easy way when copying attributes to tell if it's a namespace
attribute, so I can discard it?


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


Current Thread