[xsl] Tags to HTML page

Subject: [xsl] Tags to HTML page
From: "Subbiah" <subbiah@xxxxxxxxxxxx>
Date: Tue, 10 Aug 2004 01:35:30 -0500
Hi I have a page like this 

<html>
  <head></head>
  <body>
     <h3>Test Conversion</h3>
       <b> How to do it </b>
  </body>
</html>


Whenever there is a  <h3> tag I should surrond it with more tags 

<myowntag:bind path="someCode"> 
<h3>Test Conversion</h3>
</myowntag>


Basically the input is a JSP and I need to add some Tag libraries to it.

What would be the best way to do it.

regards,
raman

Current Thread