/
niceSOFT
/
itstool
Обзор
Документация
Войти
/
niceSOFT
/
itstool
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/WithinText1.xml
12 строк
528 B
Shaun McCance
[tests] Add W3C ITS test files
26 окт 2010, 21:19
26 окт 2010, 21:19
bb185ef
Код
Авторство
О чём код?
<doc> <head> <its:rules version="1.0" xmlns:its="http://www.w3.org/2005/11/its"> <its:withinTextRule withinText="yes" selector="//b|//u|//i"/> <its:withinTextRule withinText="nested" selector="//fn"/> </its:rules> </head> <body> <p>This is a paragraph with <b>bold</b>, <i>italic</i>, and <u>underlined</u>.</p> <p>This is a paragraph with a footnote<fn>This is the text of the footnote</fn> at the middle.</p> </body> </doc><!-- timestamp $Id: WithinText1.xml,v 1.3 2007/02/02 16:55:05 srahtz3 Exp $ -->