Process SMIL directives in XML data: Difference between revisions

m
Line 279:
printf(1,"At time = 0:\n\n")
puts(1,xml_sprint(animate(doc,0)))
printf(1,"At\nAt time = 2:\n\n")
puts(1,xml_sprint(animate(doc,2)))</lang>
{{out}}
Line 298:
</Scene>
</X3D>
 
At time = 2:
 
7,794

edits