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]

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


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

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