xsl-list
[Top] [All Lists]

Tags to HTML page

2004-08-09 23:35:30

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



<Prev in Thread] Current Thread [Next in Thread>