generating text from an attribute

Subject: generating text from an attribute
From: "Foster, Justin (IT_Architecture)" <JFoster@xxxxxxxxxxx>
Date: Mon, 17 Jul 2000 14:24:25 -0700
Here's a newbie question.

How do I generate the value of a attribute as text:

i.e.

<ROOT>
	<PARENT>
		<CHILD name="Bob" age="20"/>
	</PARENT>
</ROOT>


I want to output to html:

<HTML>
<HEAD>
</HEAD>
<BODY>
My name is Bob.  I am 20 years old.</BODY>
</HTML>


Justin Foster 
IT Architecture
253-596-3260 office
253-223-3108 mobile


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


Current Thread