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.
javascript を含む html を取得すると、javascript は MSXml2 オブジェクトを作成し、ファイルから XML をロードして、スパンを設定します。ただし、XML 内にある HTML は取り除かれています。これをやめる方法はありますか?
(疑似コード) mySpan = blah.GetNode("mynode").text 、 .value 、 .innerxml などのさまざまな組み合わせを試しましたが、まだ何も機能していません。
通常、ここに投稿するとすぐに、2 時間のグーグル検索が報われ、単純な (疑似コード) getNode("mynode").xml が見つかります。