我有一个 xml 文件。虽然我需要在命令提示符下通过 trang 为该 xml 文件创建 xsd 文件。我有错误
致命:异常“com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequen
ceException" 抛出:1 字节 UTF-8 序列的字节 1 无效。
我的 xml 文件是
<Geography>
<Country name="Afghanistan" id="2001" shortname="AFG"></Country>
<Country name="Albania" id="2002" shortname="ALB"></Country>
<Country name="Algeria" id="2003" shortname="DZA"></Country>
</Geography>
请给我一个解决方案。