RE: RE: [xsl] Problem with sum function in XSLT

Subject: RE: RE: [xsl] Problem with sum function in XSLT
From: cknell@xxxxxxxxxx
Date: Tue, 16 Aug 2005 15:56:45 -0400
Your message is not a reply to "Problem with sum function in XSLT". Please re-post with an appropriate subject. Piggybacking on another thread is considered bad mannners.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Singh, Revant <Revant.Singh@xxxxxxxxx>
Sent:     Tue, 16 Aug 2005 12:47:11 -0600
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  RE: [xsl] Problem with sum function in XSLT

Hi All, 

If the contents of a xml node has links/anchors and html tags in it,
what should be done to make sure that those anchors also show up as
anchors in the created html.


I am using the below statement to shoe the contents of the node :
<xsl:value-of select="/TEST_CONTENT//Issue"
disable-output-escaping="yes"/>

The elelemnt of the issue node is  : 
     <Issue >
		<p>
			This is :<a href="http://www.yahoo.com";>revants
linik</a> the best link.
		</p>
	</Issue>


I want that the anchor and html tagging in the contents of the node
"Issue" which has text,anchors and html tags inside should be siaplyed
in the htmls as it is. As of now, the output comes like this : 

Issue 
: This is :revants linik the best link. 



Your help will be greatly appreciated.

Thanks,
Revant





-----Original Message-----
From: Ross, Douglas [mailto:DRoss@xxxxxxxxxx] 
Sent: Tuesday, August 16, 2005 8:10 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: [xsl] XLST documentation

In addition to the w3 xslt spec, I like
http://saxonica.com/documentation/documentation.html even though it is
specific to Saxon implementation it is condensed and useful with many
links to the w3 spec. Also, http://xml.apache.org has a lot of
resources. And of course this list! If all that fails there is Google,
too.

Douglas Ross
Senior Software Engineer, Advanced Development Kronos www.kronos.com
Improving the Performance of People and Business(tm) by making software
Smaller, Faster, Sharper, Easier 


-----Original Message-----
From: ChandraShekar, A [mailto:ChandraShekar.A@xxxxxxxxxxx]
Sent: Tuesday, August 16, 2005 7:12 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XLST documentation

 
Hello,
   
	I am new to the XSLT. Please send me the some good
documentation.

Thanks in Advance,
Chandu

Current Thread