开发者

validating xml file with dtd using jsp

Is there a开发者_高级运维ny way to validate an XML file with its DTD, using a JSP in Eclipse? If so, how can we do it?


Did you try:

  1. Specify the DTD at the top of the jsp, as if it is a regular XML document;
  2. right-click the jsp > Validate.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜