/
niceSOFT
/
itstool
Обзор
Документация
Войти
/
niceSOFT
/
itstool
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/IT-locNote-inline.xml
15 строк
503 B
Shaun McCance
Better handling of comments, new XML path markers
06 май 2012, 04:07
06 май 2012, 04:07
9c5e6b9
Код
Авторство
О чём код?
<msgList xmlns:its="http://www.w3.org/2005/11/its"> <head> <its:rules version="1.0"> <its:withinTextRule selector="//span|//em|//a" withinText="yes"/> <its:locNoteRule selector="//a"> <its:locNote>This is the inline comment.</its:locNote> </its:locNoteRule> </its:rules> </head> <body> <block its:locNote="This is the block comment">This is some text that contains a <span>span that contains an <em>em that contains an <a>a element</a></em></span>.</block> </body> </msgList>