Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - wickedinnit

Pages: [1]
1
Development / Re: Export to CSV or xml with custom fields
« on: April 29, 2009, 10:36:27 am »
hi ,

ok i solved the problem by renaming the custom fields as HD & AVI instead of Which HD : & Which Divx :

Seems the colon affects the exporting to xml!


2
Development / Re: Export to CSV or xml with custom fields
« on: April 23, 2009, 11:02:32 am »
Thanks Rick but i am still having difficulty.

i have tried this but it doesnt seem to output to xml properly ie the data displayed in my custom field of Which HD :

%OPTIONS%
replace="&<->&amp;"
replace="<<->&lt;"
replace="><->&gt;"
filter="XML Files|*.xml"
encoding="UTF8"
imagepath="images\"
%OPTIONS%
%HEAD%
<xml>
<viddb>
<movies>{%value=200}</movies>
%HEAD%
<movie>
<num>{%value=num}</num>
<title>{%value=title}</title>
<Which HD :>{%value=Which HD : custom="true"}</Which HD :>
</movie>
%FOOT%
</viddb>
</xml>
%FOOT%


My output comes out as :

<movie>
<num>0</num>
<title>1984</title>
<Which HD : ></Which HD : >
</movie>

3
Development / Export to CSV or xml with custom fields
« on: April 20, 2009, 12:26:51 pm »
Hi ,

i am not great at creating templates. Am wondering how to export to CSV or xml  :

Title
IMDB rating

with custom fields of :

Which HD :
Which Divx :

Pages: [1]