RE: [xsl] Trying to build a schema and add a namespace

Subject: RE: [xsl] Trying to build a schema and add a namespace
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 20 Apr 2005 19:41:11 +0100
> I tired putting this exact statement with the node-set approach in a 
> for-each loop to process the multiple declarations I have. At 
> least from 
> saxon I get a message saying I'm adding the same namespace. I 
> set it up to 
> create an element with a different name and also use the 
> namespace that is 
> read from my source file - so I know those are unique.

You haven't quoted the error messages, but you're presumably trying to
create two namespace nodes that assign the same prefix to different URIs.
It's not enough for the element names to be unique - they must have distinct
prefixes.

Michael Kay
http://www.saxonica.com/

Current Thread