Re: [xsl] Namespace questions

Subject: Re: [xsl] Namespace questions
From: Ayelet Kotzer <akotzer@xxxxxxxxxxx>
Date: Fri, 29 Dec 2000 15:30:07 -0800
Thanks.
 But - I don't know what is B.  I am getting it from my XML source file.

Happy new year
Ayelet

Goetz Bock wrote:

> On Fri, Dec 29 '00 at 13:41, Ayelet Kotzer wrote:
> > 2. I have to output this line  :
> >     <m:A   xmlns:m="B">
> You must declare the m namespace at the beginning of your xsl-t
>
> <xsl:stylesheet xmlns:m="B">
> .
> .
> .
>   <m:A>
>   ...
>   </m:A>
> .
> .
> .
> </xsl:stylesheet>
>
> and your XSL-T processor will add the xmlns attribute, if requitred.
>
> I don't know how to solve your first question (may be because it's late
> ...)
>
> Cu,
>     Goetz.
>
>   ------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature


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


Current Thread