[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] List Item Query
Subject: [xsl] List Item Query
From: "Sheryl Cia" <lyrehscg@xxxxxxxxxxx>
Date: Mon, 04 Mar 2002 03:12:38 +0000
|
Hi Guys,
Having this xml file:
<list>
<item>• Text1 here....</item>
<item>• Text2 here....</item>
<item>• Text3 here....</item>
</list>
<list>
<item>(1) Text1 here....</item>
<item>(2) Text2 here....</item>
<item>(3) Text3 here....</item>
</list>
How can i read the values • or (1) of the item tag so that i
can test which list tag should be applied?
If i read the value • i can render it in html as:
<ul>
<li>Text1 here....</li>
<li>Text2 here....</li>
<li>Text3 here....</li>
</ul>
The value • from the <item> tag shall be removed.
The same with the numbered list.
<ol class="">
<li>Text1 here....</li>
<li>Text2 here....</li>
<li>Text3 here....</li>
</ol>
Kindly please provide me a concrete example.
thanks,
yey :)
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|