|
Revision 101:3275e21caa74, 0.9 KB
(checked in by chris, 3 years ago)
|
|
found a test case that broke the code associated with parsing in the CAP class.
|
| Line | |
|---|
| 1 | <?xml version='1.0' encoding='UTF-8' standalone='yes'?> |
|---|
| 2 | <cap:alert xmlns:cap='http://www.incident.com/cap/1.0'> |
|---|
| 3 | <cap:identifier>NOAA-NWS-ALERTS Tennessee 2008-10-20T13:34:56-04:00</cap:identifier> |
|---|
| 4 | <cap:sender>w-nws.webmaster@noaa.gov</cap:sender> |
|---|
| 5 | <cap:sent>2008-10-20T13:34:56-04:00</cap:sent> |
|---|
| 6 | <cap:status>Actual</cap:status> |
|---|
| 7 | <cap:msgType>Alert</cap:msgType> |
|---|
| 8 | <cap:scope>Public</cap:scope> |
|---|
| 9 | <cap:note> |
|---|
| 10 | Current Watches, Warnings and Advisories for Tennessee Issued by the National Weather Service |
|---|
| 11 | </cap:note> |
|---|
| 12 | <cap:references> |
|---|
| 13 | http://www.weather.gov/alerts/tn.html |
|---|
| 14 | </cap:references> |
|---|
| 15 | <cap:info> |
|---|
| 16 | <cap:category>Met</cap:category> |
|---|
| 17 | <cap:event>na</cap:event> |
|---|
| 18 | <cap:urgency>Unknown</cap:urgency> |
|---|
| 19 | <cap:severity>Unknown</cap:severity> |
|---|
| 20 | <cap:certainty>Unknown</cap:certainty> |
|---|
| 21 | <cap:description> |
|---|
| 22 | There are no active watches, warnings or advisories |
|---|
| 23 | </cap:description> |
|---|
| 24 | </cap:info> |
|---|
| 25 | </cap:alert> |
|---|