This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

List Item Query



Hi Guys,

Having this xml file:

<list>
<item>&bull; Text1 here....</item>
<item>&bull; Text2 here....</item>
<item>&bull; 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 &bull; or (1) of the item tag so that i
can test which list tag should be applied?
If i read the value &bull; i can render it in html as:
<ul>
<li>Text1 here....</li>
<li>Text2 here....</li>
<li>Text3 here....</li>
</ul>
The value &bull; 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]