Subject: RE: xsl transformation
From: "Paul Beer" <paul.beer@xxxxxxxxxxxx>
Date: Fri, 27 Aug 1999 13:41:16 +0100
|
i am used to speaking in terms of CF. By dynamic I mean being able to use
this:
<xsl:template match="address">
<xsl:element name="text()">
</xsl:template>
when I do that, it creates a node like this : <test()></text()>
what i want is an element with the value of test() .... :
<address></address>
_____________________________________
Paul Beer
Backsoft Corporation
paul.beer@xxxxxxxxxxxx
http://www.backsoft.com
(888) 222-6047 Phone
'Dynamic XRP Solutions'
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of G. Hussain Chinoy
Sent: Friday, August 27, 1999 3:50 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Re: xsl transformation
Paul,
You should be able to use:
http://msdn.microsoft.com/xml/reference/xsl/xsl_element.asp
What do you mean by "dynamically"?
H
-----------------------------------------
G. Hussain Chinoy
hussain@xxxxxxxxxxxxxxx
Chief Information Architect, CEO
Granularity Information Architecture, Inc.
http://www.granularity.com/
On Fri, 27 Aug 1999, Paul Beer wrote:
> can anyone tell me how to use MSXML/XSL to dynamically create an element
> name?
> ex. <xsl:element name="Value of Node">
>
>
>
>
> _____________________________________
>
> Paul Beer
> Backsoft Corporation
> paul.beer@xxxxxxxxxxxx
> http://www.backsoft.com
> (888) 222-6047 Phone
>
> 'Dynamic XRP Solutions'
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|