Skip to content

Commit

Permalink
Merge pull request #688 from ndw/xml-base-data
Browse files Browse the repository at this point in the history
Data for the p:add-xml-base step tests
  • Loading branch information
xml-project authored Apr 29, 2024
2 parents 8c95afb + c1fb141 commit 046007b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-suite/documents/chap2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<chapter label="2">…</chapter>
9 changes: 9 additions & 0 deletions test-suite/documents/doc-with-entities.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE book [
<!ENTITY chap1 SYSTEM "subdir/chap1.xml">
<!ENTITY chap2 SYSTEM "chap2.xml">
]>
<book>
<preface>…</preface>
&chap1;
&chap2;
</book>
1 change: 1 addition & 0 deletions test-suite/documents/subdir/chap1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<chapter label="1">…</chapter>

0 comments on commit 046007b

Please sign in to comment.