Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试从 xml 文件中读取数据以导入数据库。我在加载文件时遇到问题:
解析器警告:xmlns:x-schema:#Schema1 不是有效的 URI
问题出在 XML 文件中,而不是在您的代码中。
您还可以尝试使用禁用警告
libxml_use_internal_errors(true);