diff options
author | Luke S. <luke@motimail.com> | 2007-11-30 16:02:16 +0000 |
---|---|---|
committer | Luke S. <luke@motimail.com> | 2007-11-30 16:02:16 +0000 |
commit | 30a48744e85d08fa4f49927bd3fd959e722c120d (patch) | |
tree | eee862dd0d28885c5a8e9700b4dbf88f2374e327 /thml2osis/xslt/tests/body1.thml | |
parent | 1d01504d6be54f8e6dd0cbe45bb7787378aba64f (diff) | |
download | sword-tools-30a48744e85d08fa4f49927bd3fd959e722c120d.tar.gz |
Added handling for 'div4' tag
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@128 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'thml2osis/xslt/tests/body1.thml')
-rw-r--r-- | thml2osis/xslt/tests/body1.thml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/thml2osis/xslt/tests/body1.thml b/thml2osis/xslt/tests/body1.thml index 1cd2339..98479a9 100644 --- a/thml2osis/xslt/tests/body1.thml +++ b/thml2osis/xslt/tests/body1.thml @@ -421,6 +421,11 @@ <index type="subject" subject1="Foo" subject2="Bar" title="Baz"/> <index type="subject" subject1="Foo" subject2="Bar" subject3="Baz" title="Frobble"/> </scripCom> +<div3> +<div4> +<p>Par in a div4 in a div 3</p> +</div4> +</div3> </div2> </div1> |