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 をどのように解析しますか。私の場合、base64 でエンコードされた値がいくつかあります。
<value encoding="base64">...</value>
SimpleXML を使用すると、エンコーディングが無視されるように見えます。だったら違う方法があるはず…
値を取得し、PHP 関数を使用してデコードします。
そのため、XML ライブラリがコンテンツを取得しますが、それを利用するには、コンテンツで必要なことを行う必要があります。