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.
実際の gnome シェル ツール拡張で XML ファイルを解析する方法がないようです。
これは、svg を解析できないことを意味します。
回避策はありますか?
E4X で部分的に解決されました。SVG を解析するには、デフォルトの xml 名前空間を設定する必要がありました。
default xml namespace = new Namespace('http://www.w3.org/2000/svg');