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


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


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