[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

editing HTML inside <![CDATA[

Subject: editing HTML inside <![CDATA[
From: Angeshwar Deepak <angeshwar@xxxxxxxxx>
Date: Wed, 19 May 2004 06:35:49 -0700 (PDT)
html inside xml
Hi,

I have the following html code inside a xml file

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="bcel-fb8.xsl"?>
<BugCollection>
 
<BugInstance>
.....
</BugInstance>

<SummaryHTML>
<![CDATA[<html>
<html>
<body>
.....
.....
</body>
</html>
]]>

</SummaryHTML>
</BugCollection>

My task is to extract the modify the html part inside
the xml file by creating user defined links to some
strings inside the html part.

I tried the  <xsl:value-of select="."
disable-output-escaping="yes"/>

but using this I can only get the raw html code into
another html file but not able to access any nodes
inside the html content.

for example i have

<center><h2><font color="green">xyz
</font></h2></center>

and i have convert this into 

<center><h2><font color="green"><a href="xyz.xml">xyz
</a></font></h2></center>

and generate a new html file with the new links all
this in one single step using 1 xsl file.

Is it possible to do so?
how can it be done?


with regards,
Deepak.



	
		
__________________________________
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.