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);