Page 1 of 1

Export in html work???

Posted: 2005-03-02 07:39:48
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

Posted: 2005-03-02 12:04:45
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

Posted: 2005-03-02 14:03:44
by Flopy
It work very very good!!!
:grinking:
Thank you