Hi, 
       I have a jsp called scan.jsp. It contains struts tags like <html:hidden />, <html :text> etc. Now I would like to parse all the tags. Is it possible to split all the tag separately ? Please give some idea to do.
Member Avatar for LastMitch

I have a jsp called scan.jsp. It contains struts tags like <html:hidden />, <html :text> etc. Now I would like to parse all the tags. Is it possible to split all the tag separately ? Please give some idea to do.

@sasikrishnasamy

Is this a mark-up template tags? If so then no, but if it's not from a mark-up template then yes.

Mark-up templates has it own code for example this is an php template it looks like this (it has it's own tags):

http://www.smarty.net/

or this:

http://phpsavant.com/

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.