Skip to content

Commit

Permalink
ensure xml files have xml prolog
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X@330331 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Vadim Gritsenko committed Nov 2, 2005
1 parent 3ef022e commit e40281b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/webapp/samples/i18n/translations/messages_zh_CN.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 1999-2004 The Apache Software Foundation
Expand Down
4 changes: 2 additions & 2 deletions src/webapp/samples/test/serialized-entities/simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- $Id$ -->

<!DOCTYPE content [
<!ENTITY included SYSTEM "entity.xml">
<!ENTITY included SYSTEM "entity.ent">
]>
<page>
<title>Serialized entities test</title>
Expand All @@ -29,4 +29,4 @@
</para>
&included;
</content>
</page>
</page>

0 comments on commit e40281b

Please sign in to comment.