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


Hi Jason,
             But my problem is different i have the tags in within the text 
of an element so when i output the content of that element the paragraph 
structure in not lost.I have to preserve the paragraph structure so i need 
the tags.


From: Jason Swalwell <jasons@webx.co.uk>
Reply-To: xsl-list@lists.mulberrytech.com
To: "'xsl-list@lists.mulberrytech.com'" <xsl-list@lists.mulberrytech.com>
Subject: RE: [xsl] value of an element
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@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


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 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]