/
niceSOFT
/
itstool
Обзор
Документация
Войти
/
niceSOFT
/
itstool
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/ExternalResource/ExternalResource3Xml.xml
28 строк
1 KB
Shaun McCance
Implemented ITS 2.0 External Resource data category
20 сен 2012, 00:44
20 сен 2012, 00:44
fee986b
Код
Авторство
О чём код?
<doc xmlns:its="http://www.w3.org/2005/11/its" xmlns:dbk="http://docbook.org/ns/docbook" > <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" xlink:type="simple" xlink:href="ExternalResource2Rule.xml"/> <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:dbk="http://docbook.org/ns/docbook" version="2.0"> <its:externalResourceRefRule selector="//dbk:audiodata" externalResourceRefPointer="@fileref"/> </its:rules> <dbk:mediaobject> <dbk:videoobject> <dbk:videodata fileref="movie.avi"/> </dbk:videoobject> <dbk:audioobject> <dbk:audiodata fileref="movie.mp3"/> </dbk:audioobject> <dbk:imageobject> <dbk:imagedata fileref="movie-frame.gif"/> </dbk:imageobject> <dbk:textobject> <dbk:para>This video illustrates the proper way to assemble an inverting time distortion device. </dbk:para> <dbk:warning> <dbk:para> It is imperative that the primary and secondary temporal couplings not be mounted in the wrong order. Temporal catastrophe is the likely result. The future you destroy may be your own. </dbk:para> </dbk:warning> </dbk:textobject> </dbk:mediaobject> </doc>