For loop inside an xml template

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Amie

    For loop inside an xml template

    Hi,

    Is it possible to have a for loop within an xml template?
  • Simon Brunning

    #2
    Re: For loop inside an xml template

    2008/8/25 Amie <sthembilengidi @gmail.com>:
    Hi,
    >
    Is it possible to have a for loop within an xml template?
    Python has a whole bunch of template libraries. Which are you using?

    --
    Cheers,
    Simon B.
    simon@brunningo nline.net

    GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns

    Comment

    • Paul Boddie

      #3
      Re: For loop inside an xml template

      On 25 Aug, 10:58, Amie <sthembileng... @gmail.comwrote :
      >
      Is it possible to have a for loop within an xml template?
      Yes it is:



      Depending on what you mean by "xml template", of course.

      Paul

      Comment

      • Amie

        #4
        Re: For loop inside an xml template

        On Aug 25, 1:33 pm, Paul Boddie <p...@boddie.or g.ukwrote:
        On 25 Aug, 10:58, Amie <sthembileng... @gmail.comwrote :
        >
        >
        >
        Is it possible to have a for loop within an xml template?
        >
        Yes it is:
        >

        >
        Depending on what you mean by "xml template", of course.
        >
        Paul
        Thanks, that seems to help a bit
        Cheers

        Comment

        Working...