リスト2 XULの書きだし

1 <?xml version="1.0" encoding="UTF-8"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
3
4 <window id="test-window"
5         title="Test Window"
6         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7    ……
8    ……
9 </window>