View Single Post
Old 09-09-2006, 06:35 AM   #7
b_k
Übernerd
b_k is on a distinguished road
 
Posts: 238
Karma: 74
Join Date: Jun 2006
Location: Germany
Device: iRex iLiad
Quote:
Originally Posted by rlauzon
Looking at my eBooks that work, the only differences I see are:

The HTML files, you have:
Code:
<meta name="keywords" type="ag123" />
I don't have that in my files.

But I do have
Code:
<meta type="layout" />
I used the markup described in iRex HowTo document. And there it says "<meta name=”keywords” type=”XXXXX”>". (So I would think it is right)

Quote:
In the manifest.xml file, you have:
Code:
<pagelist type="ag123" count="302">
while I have:
Code:
<pagelist type="layout" count="25">
and at the end of my manifest.xml, I have
Code:
<pagelist type="article" count="0">
</pagelist>
(This goes before the closing index tag.)

Those are the only differences that I can see. Everything else looks fine in your files.
I understood the HowTo as if the type only depends on what one defines in the manifest.xml and the files you want to bundle.

And I swear, exactly those files that don't work now, have worked before I sent my iLiad to iRex and got it back with V 2.6.1. I think it is not impossible that something was modified in the XML parser which reads the manifest, cause they wanted to avoid manifested files in different system directories. However, that is only my speculation.

And I think I was not the only one using my script to generate content, I think I'm going to ask one who I know of that he used the script if he fell into the same troubles.
b_k is offline   Reply With Quote