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>
感謝,
可能重複: http://stackoverflow.com/questions/8863233/how-do-xml-namespaces-work – 2014-12-04 08:45:43
你找到了給定的鏈接解決方案? – 2014-12-05 05:18:35