XSLT to HTMl of <p> with <A> tag
Hi,
I am newbie in XSLT & learning stuffs using real time problem. Please take a look into below XML & targeted HTML which I want to generate
XML:-
<p> Distribute <a href="blm6_unit7.dita#blm6_unit7">blackline master 6</a> and instruct students to complete it at home.</p>
HTML:-
<div class="body_p"><b>Distribute <a onclick="imagewindow('images/blm6_unit7.jpg')" href="javascript:">blackline master 6</a> and instruct students to complete it at home.</b></div>
Any help would be appreciated
|