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.
私はJavaの初心者です。現在、コンテンツ変換に関連するプロジェクトを行っています。Webページからのリンク抽出にjsoupを使用しました。今、私はhtmlをxmlに変換するために同じjsoupを使用できるか知りたいです。この質問に答えていただけませんか。
JSoupを使用してリンクを抽出できます。これらのリンクを取得したら、XStreamまたはJAXBを使用してそれらをXMLファイルにシリアル化できます。