Is there any way to validate an XML file with its DTD, using a JSP in Eclipse? If so, how can we do it?
+1
A:
Did you try:
- Specify the DTD at the top of the jsp, as if it is a regular XML document;
right-click the jsp > Validate
.
Bozho
2010-01-02 21:32:20