2 <!DOCTYPE bulletml SYSTEM
"http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
4 <bulletml xmlns=
"http://www.asahi-net.or.jp/~cs8k-cyu/bulletml"
5 xmlns:
py=
"http://code.google.com/p/python-bulletml/">
7 <py:if><py:cond>$rand
> 0.7</py:cond>
8 <py:then><fire><bullet/><py:appearance>red
</py:appearance></fire></py:then>
10 <py:if><py:cond>$rand
> 0.5</py:cond>
11 <py:then><fire><bullet/><py:appearance>blue
</py:appearance></fire></py:then>
12 <py:else><fire><bullet/><py:appearance>green
</py:appearance></fire></py:else>