Thanks David,
David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> 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
--~------------------------------------------------------------------
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>
--~--