CAP XML feeds

Asked by Mike H

Anyone seen a CAP script I can web embed into the layout. looking to show a feed like. http://feeds.enviroflash.info/cap/aggregate.xml

or feed example like

1<?xml version = "1.0" encoding = "UTF-8"?>
2<alert xmlns = "urn:oasis:names:tc:emergency:cap:1.2">
3 <identifier>43b080713727</identifier>
4 <sender><email address hidden></sender>
5 <sent>2003-04-02T14:39:01-05:00</sent>
6 <status>Actual</status>
7 <msgType>Alert</msgType>
8 <scope>Public</scope>
9 <info>
10 <category>Security</category>
11 <event>Homeland Security Advisory System Update</event>
12 <urgency>Immediate</urgency>
13 <severity>Severe</severity>
14 <certainty>Likely</certainty>
15 <senderName>U.S. Government, Department of Homeland Security</senderName>
16 <headline>Homeland Security Sets Code ORANGE</headline>
17 <description>The Department of Homeland Security has elevated the Homeland Security Advisory
18System threat level to ORANGE / High in response to intelligence which may indicate a heightened
19threat of terrorism.</description>
20 <instruction> A High Condition is declared when there is a high risk of terrorist attacks. In
21addition to the Protective Measures taken in the previous Threat Conditions, Federal departments
22and agencies should consider agency-specific Protective Measures in accordance with their
23existing plans.</instruction>
24 <web>http://www.dhs.gov/dhspublic/display?theme=29</web>
25 <parameter>
26 <valueName>HSAS</valueName>
27 <value>ORANGE</value>
28 </parameter>
29 <resource>
30 <resourceDesc>Image file (GIF)</resourceDesc>
31 <mimeType>image/gif</mimeType>
32 <uri>http://www.dhs.gov/dhspublic/getAdvisoryImage</uri>
33 </resource>
34 <area>
35 <areaDesc>U.S. nationwide and interests worldwide</areaDesc>
36 </area>
37 </info>
38</alert>

Thanks
Mike

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Mike H
Solved:
Last query:
Last reply:
Revision history for this message
Mike H (s-mike-s) said :
#1

If anyone has comment please post them. I'll keep working on this. I believe i'll have to write a php script to parse it to a html format or have the Script rewrite it to a standard RSS feed format an call it in the ticker?
Later