SORA
†
†
†
†
| |
id | |
src | |
size | |
position | |
| |
volume | |
rate | |
loop | |
†
†
†
†
†
†
†
†
<effect target="$layerName,pictureID" filter="#url">
(SVG primitive filter element)
</effect>
...
<svg:fe... />(SVG primitive filter element)
<svg:filter>
<effect target="$layerName,pictureID,color">
(DirectX filter element)
</effect>
†
†
</insert>
</delete>
†
†
†
†
†
†
†
<init/>
<start/>
<function name="orig_menu">
<select>
</select>
...
</function>
...
<scene>
<call name="orig_menu" />
</scene>
<battle>
...
function @name --> xslt:template @name
call @name --> xslt:call-template @name
<xslt:template match="orig_menu"
xmlns:usr="http://www.example.org/SORA/user/"
<select>
</select>
...
</xslt:template>
...
<scene>
<usr:orig_menu />
</scene>
<battle>
...