On Wednesday, 05/28/2003 at 11:51 MST, Allen Brookes
<[EMAIL PROTECTED]> wrote:
> Here is a condensed version of the problem that I am having. In this
case
> if test.xsd is transformed using test.xslt it will result in an output
xml
> file (temp.xml) with a default namespace of
> http://www.w3.org/XML/1998/namespace which is not used any where in
either
> the xslt or xsd files.
That should be the (hardwired) namespace for the xml: prefix. It should not
be being written out as the default namespace, and it doesn't actually have
to be written out even as xmlns:xml=.
This looks like a serializer bug.