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]

generating text from an attribute


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

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