<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<!--DOCTYPE beans SYSTEM "spring-beans.dtd"-->
<beans>
</beans>
-------------------------------------
I just want to use the system doctype instead of the public xml doc type in my intranet env in which I cannot connect the internet.But the spring xml parse code will broken if I do this.
Can anyone help me?


Reply With Quote