Subject: Re: How to prevent xmlns attribute in generated output?
From: Michael.Giroux@xxxxxxxx
Date: Mon, 16 May 2005 15:23:56 -0700
|
Thanks David,
David Carlisle <davidc@xxxxxxxxx> wrote on 05/16/2005 03:15:41 PM:
> If you don't want to keep switching default namespace you could use a
> prefix such as xsd: for the schema elements that you already have
> declared in the stylesheet, so you could just use
> <xsd:schema>
> ..
> <xsd:complexType>
> ..
> etc
>
> David
Adding xsd: prefix to schema elements solved the problem.
Michael Giroux
|