• I am using the XML Gallery plugin with a flash file that I already have.
    is there a way to have it generate Attributes instead of Elements.

    I would like the XML to read:

    <iten
        file=""
        title=""
        text=""
        link=""
    />

    It currently reads:

    <iten>
        <file>/wp-content/xml-gallery/</file>
        <title>zxczxczxc</title>
        <text>xczxczxczxc</text>
        <link>zxczxczxcz</link>
      </iten>

    is this possible?

    https://www.ads-software.com/extend/plugins/xml-gallery/

  • The topic ‘XML Gallery Attributes’ is closed to new replies.