Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using XSLT to create a Bulleted Text html output for a specified tag

843834Jun 17 2004 — edited Jun 24 2004
I have a XML
<bullettext>
1. <B>  its first bullet text and  should be bold</B> and now its shud be plane 
2. Now the second bulleted text starts <I> 1. its second bullet text ,should be italic</I>
<bullettext>
now when i trasform this xml to a html my output should look this way

<html>
<body>
<UI>
<LI>1. <B> its first bullet text and should be bold</B> and now its shud be plane </LI>
<LI>2. Now the second bulleted text starts <I> 1. its second bullet text ,should be italic</I></LI>
</UI>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 22 2004
Added on Jun 17 2004
3 comments
489 views