Re: [xsl] Namespace questions

Subject: Re: [xsl] Namespace questions
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Fri, 29 Dec 2000 23:58:49 +0100
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.

Attachment: pgp00004.pgp
Description: PGP signature

Current Thread