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: value of an element


Xml will not you to display the delimiters of html or any other language so
it will escape the characters using > 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@hotmail.com]
Sent: 29 March 2001 17:06
To: XSL-List@lists.mulberrytech.com
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


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