不解hibernate.cfg.xml中dtd路径有关问题

不解hibernate.cfg.xml中dtd路径问题最近在初学hibernate,遇到了这样一个问题,hibernate.cfg.xml文件中dtd

不解hibernate.cfg.xml中dtd路径问题
   最近在初学hibernate,遇到了这样一个问题,hibernate.cfg.xml文件中dtd路径问题;虽然最后解决了但还是有些不解的地方
   开始用的是官方下载下来的配置文档路径:
      “http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd”。
用的是sql2008数据库,进行增删改都没报错,能正常运行。。。
   后在更换数据库,对hibernate.cfg.xml进行了改动后,报could not parse configuration:/hibernate.cfg.xml
   更换dtd路径
  “http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd”。
问题解决了,但对这二个dtd路径还是不明,求解!