Subject: RE: Copy namespace definition to the result tree using xslt
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 13 Mar 2001 13:56:15 -0000
|
> Is there no way I can output the element as
> <xsd:schema xmlns:xsd="http://www.w3.org/1999/XMLSchema">
>
> instead of just <xsd:schema>.
>
> I understand that it is redundant and hence it does not
> output the xmlns
> attribute. But it is required for the application I am
> working on.
> Any ideas???
>
Go to the person who wrote that application and tell them to make it into a
correct XML application.
Either that, or write your own serializer.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|