diff options
author | Shaun McCance <shaunm@gnome.org> | 2012-09-21 09:39:42 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2012-09-21 09:39:42 -0400 |
commit | 1440e3b495ae502658e5e5ede6c09babce4bc4f9 (patch) | |
tree | aa6f455241af161d5f08f5fd2cb335b12ad975f9 /tests/elementwithintextLocalXml.xml | |
parent | 2bca336117edee032ad956994d2ef3650f25e322 (diff) | |
download | itstool-1440e3b495ae502658e5e5ede6c09babce4bc4f9.tar.gz |
Support for local withinText
Diffstat (limited to 'tests/elementwithintextLocalXml.xml')
-rw-r--r-- | tests/elementwithintextLocalXml.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/elementwithintextLocalXml.xml b/tests/elementwithintextLocalXml.xml new file mode 100644 index 0000000..fd15d6d --- /dev/null +++ b/tests/elementwithintextLocalXml.xml @@ -0,0 +1,8 @@ +<text + xmlns:its="http://www.w3.org/2005/11/its" + its:version="2.0"> + <body> + <par>Text with <bold + its:withinText="yes">bold</bold>.</par> + </body> +</text> |