Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

Attach:
(Clear Attachment)
(more attachments)
Allowed file types: gif, jpg, png, txt, tpl, lng, ini, pvd, psf, ini, cfg, csv, zip, xml, pas, 7z
Restrictions: 4 per post, maximum total size 1024KB, maximum individual size 1024KB
Note that any files attached will not be displayed until approved by a moderator.
Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
How many words are in this question?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: nostra
« on: February 24, 2010, 01:37:35 am »

Sorry, but you can't do this in this version of the plugin
Posted by: Banta67
« on: February 23, 2010, 03:42:09 pm »

Hello,

I am trying to figure out how to pass values in an export.

Example:
I am exporting an xml template of a single record. Popeye Season 1, which contains several episodes.
I can use this in my export template...
{%value=episodes template="pages\episode.ptm" grouptemplate="pages\season.ptm"}

And I get the list of Seasons, episodes and episode titles.

Now, suppose I wanted to pass
{%value=poster}
into a node in the episode.ptm
<myPoster>{%param=???}</myPoster>

Things that dont work are:
<myPoster>{%param=poster}</myPoster>
<myPoster>{%value=poster}</myPoster>


Basically I just want to pass any value from the main record, to a spot in the episode.ptm

I was thinking something like this in my main export template shoule work...

%OPTIONS%
replace="{%param=poster}<->{%value=poster}"

%OPTIONS%


But, that isn't working.  Any ideas how  I can pass a parameter to the other parts of the export?

Thanks
Banta67
anything