Export in html work???

If you need help on how to use the program
Post Reply
Flopy
Posts: 2
Joined: 2005-03-01 16:55:58

Export in html work???

Post by Flopy »

Hi,
your program is very good!!!
I have a problem with html export (release 3.5.0 RC 7): i don't be able to export! If I create a very simple template as:

Code: Select all

$$ITEM_NUMBER $$ITEM_ORIGINALTITLE  $$ITEM_TRANSLATEDTITLE
Than, if I export, the exported file is like template! Am I doing some mistake?

Thank you
antp
Site Admin
Posts: 9668
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

These are movie fields, and the main HTML page is an export of the catalog.
So the movie fields have to be repeated for each movie, you have to indicate which part of the file has to be repeated :

Code: Select all

$$ITEM_BEGIN
$$ITEM_NUMBER $$ITEM_ORIGINALTITLE  $$ITEM_TRANSLATEDTITLE
$$ITEM_END
Flopy
Posts: 2
Joined: 2005-03-01 16:55:58

Post by Flopy »

It work very very good!!!
:grinking:
Thank you
Post Reply