I have a requirement where the CMS admin will create the content [Article] page from my CMS.
In the Article, there will be lot of sub headers enclosed with <h3> </h3>
tags.
When i render this article in a web page, i should paginate the article with the number of Sub Headers in it. Like, if there are 5 sub headers in one article, it should be possible to navigate to each sub headers by clicking the pagination. So I should dynamically create a pagination for each Sub Headers.
Note : All the sub headers will render in same .aspx page, I should see only one sub header at one time.
My Question is, what would be the best way to accomplish this ? Should i search for tags in the HTML and put each section is a div and show it ? Any better ideas...?...
The CMS i am using is Ektron.