摘要:
在检查过所有的标签名都没有问题的情况下。 xml中的小于号属于非法字符。 SQL语句中则可能需要小于号,此时就需要用<![CDATA[ ]]>将小于号包裹,如此不会被xml解析器解析。 如: 以上代码将会报错:The content of elements must consist of well- 阅读全文
摘要:
该文章适用于形如 Failed to read schema documen“schema/beans/…….xsd”的错误 使用eclipse自动生成spring xml时,提示:Multiple annotations found at this line:- cvc-elt.1: Cannot 阅读全文