2014-12-04 179 views
0

在Spring config xml中我们有标签,并且在那个标签中我们有xmlns,xsi等。 所有这些细节意味着什么?何时以及如何评估这些细节?Spring bean配置xml

<beans xmlns="http://www.springframework.org/schema/beans" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> 
</beans> 

感谢,

+0

可能重复: http://stackoverflow.com/questions/8863233/how-do-xml-namespaces-work – 2014-12-04 08:45:43

+0

你找到了给定的链接解决方案? – 2014-12-05 05:18:35

回答