/
niceSOFT
/
itstool
Обзор
Документация
Войти
/
niceSOFT
/
itstool
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/IT-locNote-multiples.xml
19 строк
611 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="//inline" withinText="yes"/> <its:locNoteRule selector="//block"> <its:locNote>This is the generic block comment</its:locNote> </its:locNoteRule> </its:rules> </head> <body> <block> <block its:locNote="Specific comment #1">This is a block in a block</block> <inline>This is an inline statement</inline> </block> <block its:locNote="Specific comment #2"> <block its:locNote="Specific comment #2">This is a block in a block</block> </block> </body> </msgList>