xsl-list
[Top] [All Lists]

RE: Trying to build a schema and add a namespace

2005-04-20 11:41:11
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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--