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.
Xulアプリが言っているのはなぜですか
XML解析エラー:整形式ではありません
にとって:
<browser class="AppBar" type="content" src="test.html?img1=img1.jpg&img2=img2.jpg" flex="4"/>
&img2=img2.jpg"?の等号で
&img2=img2.jpg"
パラメータなしで動作することに注意してください。
アンパサンド&..
&
xmlエスケープは一般的に&
&
<browser class="AppBar" type="content" src="test.html?img1=img1.jpg&img2=img2.jpg" flex="4"/>
への変更&
あなたもこれをしなければなりません
' -> ' < -> < > -> > " -> "