RE: [xsl] namespaces

Subject: RE: [xsl] namespaces
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 26 Jun 2001 09:10:57 +0100
> How would I declare a dummy attribute so that it does
> not end up in the result document?
>
> Then how would I get the prefix?

As I said, you have to output the dummy attribute to force the namespace
declaration. Many applications won't care about an extra attribute, unless
they are doing validation against a DTD.
>
> --- Michael Kay <mhkay@xxxxxxxxxxxx> wrote:
> >
> > Another approach is to output a dummy attribute  in
> > the target namespace
> > using <xsl:attribute>, this will force a namespace
> > declaration to be output.
> >
> > Mike Kay
> > Software AG
> >
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread