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

XML to HTML

Subject: XML to HTML
From: "Shailesh Shinde" <shailesh@xxxxxxxxxxxx>
Date: Tue, 20 Sep 2005 10:53:50 +0530
  XML to HTML
Hi All,

I have to transformation xml to html.

Sample xml:

<?xml version="1.0"?>
<topic1>
	<Title complexity="basic">
		<Test1>
			<test2 id="0000002">
				<date>yyyy_mm_dd_hh_mm</c_date>
				<usr>USER</c_usr>
				<status repetitions="yes|no"
repaired="yes|no" spellcheck="yes|no" grammar="yes|no" term_check="yes|no"
validation_check="yes|no">Complete|Pending</status>
				<xtm match="95" id="x00000001"/>
				<src>Topic Group Title</src>
				<tgt> </tgt>
			</test2>
		</test1>
	</Title>
</topic1>
<topic2>
	<Title complexity="basic">
		<Test1>
			<test2 id="0000002">
				<date>yyyy_mm_dd_hh_mm</c_date>
				<usr>USER</c_usr>
				<status repetitions="yes|no"
repaired="yes|no" spellcheck="yes|no" grammar="yes|no" term_check="yes|no"
validation_check="yes|no">Complete|Pending</status>
				<xtm match="95" id="x00000001"/>
				<src>Topic Group Title1</src>
				<tgt> </tgt>
			</test2>
		</test1>
	</Title>
</topic2>

Now, In html output I have to show only src value within h2 tag.
There are many instances of topic tags, from each group i need src to be
diaplayed.

Output:

<h2> Topic Group Title</h2>
<h2> Topic Group Title1</h2>

Thanks,
Shailesh

Current Thread
  • XML to HTML
    • Shailesh Shinde - 20 Sep 2005 05:24:09 -0000 <=
      • <Possible follow-ups>
      • omprakash . v - 20 Sep 2005 05:43:31 -0000

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.