Hi friends, I am using struts 1.2 on tomcat, 5.5 and apache, I am using some dynamic html which need an xml file. no problem till here, but i need to change the content of that xml file. depending on some request parameter. I need to know is there a way, i can process and write some if else condition on the xml file, probably allowing making the xml file behave like jsp file.
One solution is that i do some rule via urlrewrite / mod_rewrite which passes all request for that xml to a jsp page, but that dont seem to be a good sol to me. Pl. advice. -- Thanks and kind Regards, Abhishek jain