Quantcast
Channel: Topic Tag: xml | WordPress.org
Viewing all articles
Browse latest Browse all 3201

Job Board Manager XML Feed Bug

$
0
0

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 all articles
Browse latest Browse all 3201

Trending Articles