• Resolved Gergely

    (@gergely)


    Hello, is it posssible to add attribute to the single id wrappper?

    I need t generate a feed like the following example:

    <item_list>
    <item id=12>
    .
    .
    .

    </item>
    </item_list>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Ohidul Islam

    (@wahid0003)

    Hi Gergely,

    It’s not possible to add dynamic value like id=”12″ or d=”123 etc into XML tag. But it’s possible to make feed like below :
    <item_list>
    <item>
    .
    .
    .

    </item>
    </item_list>

    Thread Starter Gergely

    (@gergely)

    unfortunately it is not enough for me, but thanks for reply

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘attribute to single id wrapper’ is closed to new replies.