PDA

View Full Version : anchors and bookmarks in code doesnt works...


Frold
08-03-2005, 05:22 AM
Hey

I have a html code like this but when converted with isilox or isiloXC the bookmarks doesnt work...

Moved

What do I do wrong?

There most be some way to solve it - but I couldnt :confused:

iSilo
08-03-2005, 08:32 AM
Converting the document with your example and the option to generate bookmarks from all named anchors works fine (in iSiloX, Properties/Bookmarks/Named Anchors/Generate bookmarks from named anchors/All). Attached is a zip with the HTML file and the resulting .pdb file.

If you could post your .ixl file with your conversion settings and your resulting .pdb file, we can take a look.

Frold
08-03-2005, 09:13 AM
Converting the document with your example and the option to generate bookmarks from all named anchors works fine (in iSiloX, Properties/Bookmarks/Named Anchors/Generate bookmarks from named anchors/All). Attached is a zip with the HTML file and the resulting .pdb file.

If you could post your .ixl file with your conversion settings and your resulting .pdb file, we can take a look.

wauw thanks for the fast reply :D

But I still dont know howto do it...

What to include in my ixl file?

iSilo
08-03-2005, 10:13 AM
In your .ixl file you have: <NamedAnchorType value="WordWebPage"/>

Try: <NamedAnchorType value="all"/>

Frold
08-03-2005, 10:31 AM
I have now this in my ixl file on the server:

<Bookmarks>
<Document>
<UseFile value="no"/>
<UseNamedAnchors value="yes"/>
<NamedAnchorType value="all"/>
<UseIncludeFilter value="no"/>
<UseExcludeFilter value="no"/>
</Document>
</Bookmarks>

But I still not work.... ;.(

Update: See my attachment for pdb file

iSilo
08-03-2005, 02:51 PM
The .pdb in the zip has a number of bookmarks. It's not clear from just having the .pdb what is missing if anything, so can you also attach the HTML file you used to create the .pdb and also let us know what exactly is missing?

Frold
08-03-2005, 10:45 PM
The .pdb in the zip has a number of bookmarks. It's not clear from just having the .pdb what is missing if anything, so can you also attach the HTML file you used to create the .pdb and also let us know what exactly is missing?

May I sent the link to you ? I dont want the url to the file on this site - when it is a betatest Im running?

What is missing...: The bookmarks doesnt work in the "menu" called:

"Artikel 1
Indholdsfortegnelse:"

And

"Artikel 2.1
Magnus es, domine1
Et laudabilis valde
Indholdsfortegnelse:"

iSilo
08-04-2005, 12:04 AM
If the target of a link or bookmark is to a cell within a table, iSilo has a limitation in that it will jump to the beginning of the row of the top-level table containing the cell.

In the case of your file, you have some content within tables, but it really does not look like putting the content in tables does anything, so you can either remove the tables or disable table formatting and the bookmarks will work as expected.

In your .ixl file you should have this in <TableOptions> to ignore tables:

<IgnoreTables value="yes"/>

Another option is to disable table layout in iSilo (in "iSilo for Palm OS", this is Options/Display/Layout/Disable table layout).