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

Subject: RE: How to add a "less than" or "greater than" sign?
From: "Selva, Francis" <Francis.Selva@xxxxxxxxxxxxxxx>
Date: Wed, 12 Apr 2000 13:21:01 -0700
You need to use &lt; and &gt; for < and > like this

&lt;<xsl:value-of select="@Type"/>&gt;myvalue&lt;/<xsl:value-of
select="@Type"/>&gt;


Francis







*****************************************************
The woods are lovely,dark and deep.         
But I have promises to keep,                      
And miles to go before I sleep                   
And miles to go before I sleep.                   
*****************************************************


 
> 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


Current Thread