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.
JAXBを使用して、test1などの特定のディレクトリの下にあるxmlを解析しています。ディレクトリtest1には、a.xmlと子ディレクトリtest2があります。ディレクトリtest2にはb.xmlがあります。
a.xmlにエントリがあります
<xi:include href="test2/b.xml">
実行時に、JAXBはそれを解析できず、このオブジェクトタグをnullとして与えます。エラーは発生しませんが。
誰かがこれについて私を助けることができますか?