Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed May 11, 2012
1 parent f403642 commit 5f7698e
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docx4j/src/test/resources/OpenDoPE/image-in-repeat.xml

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docx4j/src/test/resources/OpenDoPE/xhtml-in-repeat.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<yourxml>
<title>types of fruit</title>
<fruits>
<fruit>
&lt;p &gt;The first is: &lt;b&gt;Apple&lt;/b&gt; &lt;/p&gt;
</fruit>
<fruit>
&lt;p &gt;The second is: &lt;b&gt;Pear&lt;/b&gt; &lt;/p&gt;
</fruit>
<fruit>
&lt;p &gt;The third is: &lt;b&gt;Banana&lt;/b&gt; &lt;/p&gt;
</fruit>
</fruits>
</yourxml>

0 comments on commit 5f7698e

Please sign in to comment.