These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Notification Text Calls

Author
Dessert Roamer
Doomheim
#1 - 2012-04-06 13:51:19 UTC
Has anybody found an easy way to parse the CDATA returned by a notificationText API call? It would be easier if in XML so not sure why CDATA.

Cheers
Ydnari
Estrale Frontiers
#2 - 2012-04-06 14:49:44 UTC
The text is in YAML format:

http://yaml.org/

There's parsers for it in many languages.

That gets you the data out of the notification text, but there's no documentation what the per-type data is, nor templates to turn that back into a human-readable message.

--

Dessert Roamer
Doomheim
#3 - 2012-04-06 15:32:08 UTC
Thanks, will have a look at that