[no subject]

From: "David Hemmingsson" <david.hemmingsson@xxxxxxxx>
Date: Thu, 11 Nov 1999 14:45:00 +0100
Hi!
I need to do something like this:
XML:

<?xml version = "1.0" ?>
<doc>
	<title>The title</title>
</doc>


XSL:

<xsl:stylesheet...>
	<xsl:template match="/">
	.
	.
	<card id="First Card" title="[HERE I NEED THE CONTENT OF THE
<title>-TAG!]">
		Some text
	</card>
	.
	.
	</xsl:template>
</xsl:stylesheet>
-----------------------------
I'm quite sure that there is a simple solution, but I can't find any
information of how to put XML-content in a variable and use it in the
XSL-stylesheet (if now that is the solution).
Any suggestions?

/David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread
  • [no subject]
    • David Hemmingsson - Thu, 11 Nov 1999 14:45:00 +0100 <=