xml 中的xsi 是什么意思?

想请问 xml中这几行代码究竟是什么意思啊?

<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

主要是问:xsi部分;还有目标名称空间的模式文档 是什么意思?

第1个回答  2020-01-15
xmlms:xml name space
xsi:xml schema instance
相似回答