xml 添加xsi:schemaLocation 属性

前端之家收集整理的这篇文章主要介绍了xml 添加xsi:schemaLocation 属性前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


[vb] view plain copy print ? @H_404_10@ @H_404_10@
  1. @H_404_14@Dim@H_404_14@schemaLocationAs@H_404_14@XmlAttribute=XmlDoc.CreateAttribute("xsi"@H_404_14@,"schemaLocation"@H_404_14@,"http://www.w3.org/2001/XMLSchema-instance"@H_404_14@)
  2. @H_404_14@schemaLocation.Value="urn:HouseBillOfLading-1.0C:\documentschema\main\maindoc\HouseBillOfLading-1.0.xsd"@H_404_14@
  3. @H_404_14@EleBody.Attributes.Append(schemaLocation)
@H_404_10@

猜你在找的XML相关文章