Read specific node of XML on RadioCaster

aprizion

Member
Hello, what format should I add to the RadioCaster to read this text: "GERMAN-Veterinaria monte de sion" based on the XML below?
I've tried several formats, but none works.

For example, this format {cuepoint[type]} returns correctly "ad"

I've tried {cuepoint\attributes\attribute[name="cue_title"]} but not works.

Full XML:


<stwcue xmlns="http://www.streamtheworld.com/metadata/stwcue-1.0" version="1">
<mount/>
<cuepoint type="ad" cache="false">
<attributes>
<attribute name="cue_title">GERMAN-Veterinaria monte de sion</attribute>
<attribute name="cue_time_duration">42031</attribute>
</attributes>
</cuepoint>
</stwcue>


Thanks.
 
Back
Top