Where can I find a DTD for JSP?
Created May 4, 2012
Maxim Senin According to Sun, it's impossible to write a DTD for JSP because it's not XML-complient. It cannot even be called 100% derived from SGML.
But, you may use a non-validating XML parser to parse JSP - just set DTD to null, or use non-validating parser that doesn't use DTD at all.