Convert JSP to valid XML
843834Aug 2 2001 — edited Aug 2 2001Does anyone know a good (preferrably free) tool to convert a JSP file to valid XML format?
I've tried Tidy, but this tool can convert HTML to XML or XHTML but not JSP to XML. It will check first
if my JSP file is valid HTML, which it is not (because there are a lot of JSP tags included, which will
result in valid HTML, but which are not initially).