You may specify a reference to the fileor insert its binary form in a section delimited by [[ and ]]. But you should know that there is no default way that a parser will actualy play that wave.
If you want somethink like that, you have to use external referencing of the file and you might chose to insert a DTD declaration like:
<!NOTATION wave SYSTEM "mplayer.exe">
<!ENTITY sound1 SYSTEM "waveFile.wav" NDATA wave>
And, in the XML instance document, have something like:
<WaveFileReference name="sound1"/>
Unfortunately, with this approach you have to modify both the DTD and the XML file when the reference to the file must be changed.
Probably the best way is to specify the DTD declaration at the begining of the XML document.
[red]Nosferatu[/red]
We are what we eat...
There's no such thing as free meal... once stated: methane@personal.ro
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.