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: The use of a variable in use-attribute-sets attribute


> I thought I tried that. But I would like to know myself what the full
> explanation is. Specifically, what exactly does the following text
> taken from MK's discussion of xsl:element mean:
> 
>   "... in other words, there must be an xmlns:prefix attribute 
>   either on the <xsl:element> instruction itself or on some 
>   containing element."
> 
> It is the first part I am struggling to understand as would gather
> placing xmlns:fo on the stylesheet satisfies the second part.

If you _don't_ put the xmlns:fo on the stylesheet element, you can instead write:

<xsl:element name="prefix:elementname" xmlns:prefix="prefixnamespaceURI">

Joshua

------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.





 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]