I am making a elearing tool for while i have trying to go with some xml syntax.<div><br></div><div>The basic of this xml is to make a meta/wrapper format for e-learning resource delivery. Resource can be html, images, odp , video , audio. </div>
<div><br></div><div>Here is the intuitive syntax. </div><div><div style="text-align: center;"><b><br></b></div>&lt;eduvid&gt;<br>      
&lt;resource type=&quot;html&quot; src=&quot;asd.html&quot; x=&quot;50%&quot;  y=&quot;50%&quot;  width=&quot;10%&quot;
height=&quot;10%&quot; z=&quot;6&quot; xpath=&quot;page1&quot; tIn=&quot;5000ms&quot; tOut=&quot;9400ms&quot;
inEffect=&quot;fadein&quot; outEffect=&quot;fadeout&quot; inEffectDur=&quot;1000ms&quot;
outEffectDur=&quot;3000ms&quot;/&gt;<br><br>       &lt;resource type=&quot;html&quot;
src=&quot;asd.html&quot; x=&quot;50%&quot;  y=&quot;50%&quot;  width=&quot;10%&quot; height=&quot;10%&quot; z=&quot;6&quot;
xpath=&quot;page2&quot; tIn=&quot;5000ms&quot; tOut=&quot;9400ms&quot; inEffect=&quot;fadein&quot;
outEffect=&quot;fadeout&quot; inEffectDur=&quot;1000ms&quot; outEffectDur=&quot;3000ms&quot;/&gt;<br>&lt;/eduvid&gt;<br><br><br>Explanation - <br><br>&lt;resource/&gt; 
node will paste asd.html on a some specified area. the html page will
be shown in rectangular area where x and y coordinate will be 50% 50%
located and their height and width will be 10%.  the z order will
define the vertical order of loading. tIn and tOut will tell when to
load. for example, this page will appear on 5 sec to 9.4 seconds. When
it will appear at 5th second, It will appear with fadein effect with 1
second duration. similarly at exit time, it will take 3 second to
fadeout.<br>     You can load specific section of page using xpath expressions.<br><br><br><br>resource can be audio, video etc.<br><br>for example <br><br>&lt;resource
type=&quot;video&quot; src=&quot;file1.ogg&quot; x=&quot;50%&quot;  y=&quot;50%&quot;  width=&quot;10%&quot; height=&quot;10%&quot;
z=&quot;6&quot;  tIn=&quot;0ms&quot;  tOut=&quot;30000ms&quot; tStart=&quot;65000ms&quot;/&gt;<br><br><br>This
will load video file1.ogg at t= 0 second. will play this file for 30
second. Player will start steaming this file from t=&quot;65 second&quot; and end at 65+30=95 second.</div><div><br><br>resource can be Images<br><br>      
&lt;resource type=&quot;image&quot; src=&quot;mypic.jpg&quot; x=&quot;0%&quot;  y=&quot;0%&quot;  width=&quot;100%&quot;
height=&quot;100%&quot; z=&quot;2&quot; xpath=&quot;&quot; tIn=&quot;5000ms&quot; tOut=&quot;9400ms&quot;
inEffect=&quot;fadein&quot; outEffect=&quot;fadeout&quot; inEffectDur=&quot;1000ms&quot;
outEffectDur=&quot;3000ms&quot;/&gt;<br><br>resource can be svg images.<br><br>resource can be pdf/odp files. A Javascript based code will convert pdf/odp files html and paste inside Slideshow container.</div><div><br> &lt;resource type=&quot;odp&quot; src=&quot;presentation.odp&quot; x=&quot;10%&quot;  y=&quot;10%&quot;  width=&quot;90%&quot; height=&quot;90%&quot; z=&quot;1&quot; xpath=&quot;page2&quot; tIn=&quot;5000ms&quot; tOut=&quot;9400ms&quot; inEffect=&quot;fadein&quot; outEffect=&quot;fadeout&quot; inEffectDur=&quot;1000ms&quot; outEffectDur=&quot;3000ms&quot;/&gt;<br>
<br>You can put multiple resource.<br><br>This type of syntax/format can lead to<br><br>* image based slideshow. <br>* html presentations<br>* audio embedded presentation<br>* e-learning content<br><br>Its more like a meta format for content delivery. Use will be able to view e-learning content over web Or they will allowed to download all files into a single zip file. </div>
<div><br></div><div><br clear="all"><br>-- <br>┌─────────────────────────┐<br>│    Narendra Sisodiya ( नरेन्द्र सिसोदिया )<br>│    Society for Knowledge Commons<br>│    Web : <a href="http://narendra.techfandu.org">http://narendra.techfandu.org</a><br>
└─────────────────────────┘<br>
</div>