|
-
Mar 7th, 2005, 07:07 AM
#1
Thread Starter
Addicted Member
Get node structure to html?
Hi, if I have the following xml structure:
<channel>
<title>ChannelTitle</title>
<link>link</link>
<description>des</description>
<item>
<title>Item1Title</title>
<link>Link1</link>
<description>des1</description>
<body xmlns="http://www.w3.org/1999/xhtml">
<h4>
<a href="http://someplace">
<img src="http://somepicture" id="myid" border="0" />
</a>
</h4>
</body>
</item>
<item>
<title>Item2Title</title>
<link>Link2</link>
<description>Link3</description>
</item>
</channel>
I want to display the entire contents of the body tag in html, so the following should be put in as html
<h4>
<a href="http://someplace">
<img src="http://somepicture" id="myid" border="0" />
</a>
</h4>
How can I do this with XSL????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|