Fixed encoding in XML declaration (Xerces complained)
This commit is contained in:
parent
03af43fd40
commit
f90f8d678b
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- printed by helma object publisher -->
|
||||
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- printed by helma object publisher -->
|
||||
<!-- created Fri May 31 16:36:30 CEST 2002 -->
|
||||
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- printed by helma object publisher -->
|
||||
<!-- created Fri May 31 16:36:30 CEST 2002 -->
|
||||
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="ISO8859_1"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- printed by helma object publisher -->
|
||||
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||
<xmlroot xmlns:hop="http://www.helma.org/docs/guide/features/database">
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- printed by helma object publisher -->
|
||||
<!-- created Fri May 31 16:36:44 CEST 2002 -->
|
||||
<xmlroot>
|
||||
|
|
Loading…
Add table
Reference in a new issue