This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Namespace questions



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.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]