• I have added an XML source as per the YouTube tutorial, but it doesn’t work. The fields are recognised, but as the data is wrapped in CDATA tags, the parser appears to ignore this data. E.g.

    <jobname><![CDATA[Ranger]]></jobname>

    Is there a way to get it to recognised the data inside CDATA tags?

    Separately, my XML feed has an @attribute tag with the job ID nested in here. E.g.

    {"@attributes":{"id":"9151"}

    How to I access that? Is this a valid method?:

    @attributes['id']

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Job Board Manager XML Feed Bug’ is closed to new replies.