diff --git a/www/json/unlcap.js b/www/json/unlcap.js index 3337275d0c7353aa2d3b2b0176d14c3701d95f39..8905ef80669b7a1a68e2a56edf4ebde3fa05c06e 100644 --- a/www/json/unlcap.js +++ b/www/json/unlcap.js @@ -1,4 +1,4 @@ -unlAlerts.data = {"alert":{"identifier":"University of Nebraska-Lincoln 2010-12-02T11:06:30-0600","sender":"police.unl.edu","sent":"2010-12-02T11:06:30-0600","status":"Actual","msgType":"Alert","scope":"Public","note":"Current Watches, Warnings and Advisories for UNL Issued by University Police","references":"http:\/\/www.unl.edu\/"}} +unlAlerts.data = {} try { unlAlerts.server.init(); } catch(e) {} diff --git a/www/xml/unlcap.xml b/www/xml/unlcap.xml index 836e857127c6457179351a42851f1b622a750539..b86ce9bb416d27488fbb73f63bbbf20b389a4319 100644 --- a/www/xml/unlcap.xml +++ b/www/xml/unlcap.xml @@ -1,15 +1,2 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<alert xmlns:cap="http://www.incident.com/cap/1.0"> - <identifier>University of Nebraska-Lincoln 2010-12-02T11:06:30-0600</identifier> - <sender>police.unl.edu</sender> - <sent>2010-12-02T11:06:30-0600</sent> - <status>Actual</status> - <msgType>Alert</msgType> - <scope>Public</scope> - <note> - Current Watches, Warnings and Advisories for UNL Issued by University Police - </note> - <references> - http://www.unl.edu/ - </references> -</alert> +<?xml version="1.0" encoding="UTF-8"?> +<alert xmlns="urn:oasis:names:tc:emergency:cap:1.2"/>