Talk:XML - Managing Data Exchange/SMIL
From Wikibooks, the open-content textbooks collection
<smil xmlns="http://www.w3.org/2001/SMIL20/Language"> <head> <layout> <region id="reg_top" fit="meet" z-index="1"/> <region id="reg_bottom" top="50%" height="50%" z-index="0"/> </layout> <transition id="tr_fade_60" type="fade" dur="10s" startProgress="0.6" endProgress="0.6"/> </head> <body> <par> <img src="flower.gif" transIn="tr_fade_60" dur="10s" region="reg_top"/> <text src="smil.txt" region="reg_bottom"/> </par> </body>
[edit] Why not mention commercial software!??
In the article, it says: "Given that WikiBooks is a publicly-available 'open' book, it would be inappropriate to include information about or links to any commercial SMIL tools." - I don't see why this wikiBook should not mention commercial software! There are other books on wikibooks.org dedicated to commercial software such as the wikibook on Oracle or Microsoft_SQL_Server_2005
[edit] Why Netbeans only ?
There are a lot of XML editors, but in this book Netbeans is a special case, letting the reader think that Netbeans would be better than any other XML Editor available. I guess this is wrong, any XML Editor, given that it provides comprehensive functionnality, would be equal to Netbeans in this regard.