RE: [xsl] value of an element

Subject: RE: [xsl] value of an element
From: Jason Swalwell <jasons@xxxxxxxxxx>
Date: Thu, 29 Mar 2001 17:24:13 +0100
Xml will not you to display the delimiters of html or any other language so
it will escape the characters using &gt; etc. what you could do is get round
it easily by placing the html tag in the xslt e.g

<p>
	<xsl:value-of select="whatever">

</p>

Jason Swalwell

-----Original Message-----
From: Java XML [mailto:jaxlive@xxxxxxxxxxx]
Sent: 29 March 2001 17:06
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] value of an element


Hi Folks,
            When i output the text of an element why doesnot the html show 
<p> but instead it shows $lt;p&gt; how do i make sure that when i output a 
html document from an xml using xslt i get the paragraph tag working ..
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


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


The information in this E-Mail is confidential and may be legally privileged. It may not represent the views of WebX Limited. It is intended solely for the addressees. Access to this E-Mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful.  Any unauthorised recipient should advise the sender immediately of the error in transmission.

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


Current Thread