search for: feature_imag

Displaying 3 results from an estimated 3 matches for "feature_imag".

Did you mean: feature_image
2006 Jun 24
1
Parsing XML with REXML problem
...e.elements[''headline''].text art.blurb = article.elements[''blurb''].text art.body = article.elements[''body''].text art.fblurb = article.elements[''feature_blurb''].text art.fimage = article.elements[''feature_image''].text art.att = article.elements[''attribution''] art.source = article.elements[''source''].text art.copy = article.elements[''copyright''].text art.brand = article.elements[''brand''].text @ne...
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
...e.elements[''HEADLINE''].text p.blurb = article.elements[''BLURB''].text p.body = article.elements[''BODY''].text p.fblurb = article.elements[''FEATURE_BLURB''].text p.fimage = article.elements[''FEATURE_IMAGE''].text p.att = article.elements[''ATTRIBUTION''] p.source = article.elements[''SOURCE''].text p.copy = article.elements[''COPYRIGHT''].text p.brand = article.elements[''BRAND''].text @n...
2006 Feb 15
9
Liquid - form helpers? multiple liquid templates?
Hi, Its taking me a long time to get my head around the Liquid plugin. I have a couple of questions which hopefully someone can help me with... - How difficult would it be to add some kind of Filter or Tag which would allow other Liquid templates to be included into the current Liquid template (eg. similar to render(:file => "filename") - How difficult would it be to add