projects
/
python-bulletml.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Expose only top-level actions, not bullets or firings.
[python-bulletml.git]
/
examples
/
popcorn
/
towards.xml
1
<?xml
version
=
"1.0"
?>
2
<!DOCTYPE
bulletml SYSTEM
"http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd"
>
3
4
<bulletml
xmlns
=
"http://www.asahi-net.or.jp/~cs8k-cyu/bulletml"
>
5
<action
label
=
"top"
>
6
<fire><bullet/></fire>
7
</action>
8
</bulletml>