Quote:
Originally Posted by b_k
Since there has nothing changed with the manifest.xml bug I don't understand, i will repost my script set here.
|
I think your problem is that there is only one valid "type" and that value is "overview".
See attached PictureBook application I whipped up from my RFC formatter as a proof-of-concept for you.
The two critical things I think are:
In manifest.xml:
manifest.append(" <Type>overview</Type>\n");
and
manifest.append(" <pagelist type=\"overview\" count=\"").append(pictures.length).append("\">\n") ;
In an HTML file:
index.append("<meta name=\"keywords\" type=\"overview\">\n");
This application produces working files, so you can use it as a reference.
To compile:
javac PictureBook.java
To Run:
java PictureBook manga45981 mangaBook45981