Subject: RE: RE: Unwanted namespace declaration in output
From: cknell@xxxxxxxxxx
Date: Tue, 28 Feb 2006 17:53:11 -0500
|
That would be an unsupported assumption. When I omit the "exclude-result-prefixes" attribute from the <xsl:stylesheet> element. I get the desired output. When I paste it into the <xsl:stylesheet> element and make no other changes whatever, Saxon generates the error.
--
Charles Knell
cknell@xxxxxxxxxx - email
-----Original Message-----
From: Michael Kay <mike@xxxxxxxxxxxx>
Sent: Tue, 28 Feb 2006 22:41:08 -0000
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Unwanted namespace declaration in output
> When I add the "exclude-result-prefixes='xs'" attribute to my
> <xsl:stylesheet> element, instead of producing output I get
> this error:
>
> "XTDE0700: No value supplied for required parameter"
>
> Please, what I am missing?
I would assume that the error message means what it says, and is unrelated
to the xs namespace issue.
Michael Kay
http://www.saxonica.com/
|