Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit a9e78c4

Browse files
author
jglick
committed
Fixing validation errors.
svn path=/trunk/; revision=68
1 parent fe9528d commit a9e78c4

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

jhMaster/JavaHelp/demos/hs/animals/AnimalsTOC.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-->
4242

4343
<!DOCTYPE toc
44-
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"
44+
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
4545
"http://java.sun.com/products/javahelp/toc_2_0.dtd">
4646
<toc version="2.0" categoryclosedimage="chapter" topicimage="topic" >
4747
<tocitem text="Animal Categories">

jhMaster/JavaHelp/demos/hs/idehelp/IdeHelpIndex.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-->
4242

4343
<!DOCTYPE index
44-
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
44+
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 2.0//EN"
4545
"http://java.sun.com/products/javahelp/index_2_0.dtd">
4646

4747
<index version="2.0">

jhMaster/JavaHelp/demos/hs/invertebrates/InvertebratesTOC.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
-->
4242

4343
<!DOCTYPE toc
44-
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"
44+
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
4545
"http://java.sun.com/products/javahelp/toc_2_0.dtd">
4646
<toc version="2.0">
4747
<tocitem text="Animal Categories">

jhMaster/JavaHelp/demos/hs/vertebrates/VertebratesIndex.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
-->
4242

4343
<!DOCTYPE index
44-
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 1.0//EN"
45-
"http://java.sun.com/products/javahelp/index_1_0.dtd">
44+
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp Index Version 2.0//EN"
45+
"http://java.sun.com/products/javahelp/index_2_0.dtd">
4646

47-
<index version="1.0">
47+
<index version="2.0">
4848
<indexitem text="Categories">
4949
<indexitem text="Vertebrates" target="vertebrates" >
5050
<indexitem text="Fish" target="fish" />

jhMaster/JavaHelp/demos/hs/vertebrates/VertebratesTOC.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
-->
4242

4343
<!DOCTYPE toc
44-
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 1.0//EN"
45-
"http://java.sun.com/products/javahelp/toc_1_0.dtd">
46-
<toc version="1.0">
44+
PUBLIC "-//Sun Microsystems Inc.//DTD JavaHelp TOC Version 2.0//EN"
45+
"http://java.sun.com/products/javahelp/toc_2_0.dtd">
46+
<toc version="2.0">
4747
<tocitem text="Animal Categories">
4848
<tocitem text="Vertebrates" target="vertebrates" >
4949
<tocitem text="Fish" target="fish" />

0 commit comments

Comments
 (0)