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]

How to add a "less than" or "greater than" sign?



Im trying to create this as the output

<ATAG> myvalue </ATAG>

ATAG is an attribute value stored in TYPE

why wont this work

< <xsl:value-of select="@Type"> > myvalue </ <xsl:value-of select="@Type"> >

translating into

< ATAG			        > myvalue </ ATAG				   >


any ideas?

moazzam


 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]