ios - Can I use attributes with plist xml? -


this question should straight-forward, i'm having hard time finding straight-forward answer. can plist elements have attributes? example,

<key info="dates"> <array> <date>2012-06-01t23:03:26z</date> <date>2014-02-25t00:05:57z</date> <date>2014-05-14t23:06:36z</date> </array> 

be legal in plist xml?

i ask because i'm required use plist xml data files in titanium app. without user-defined tags or attributes, i'm finding difficult parse plist xml, regular xml quite simple because can use specific tags selectors.


Comments

Popular posts from this blog

android - Automated my builds -

how to proxy from https to http with lighttpd -

python - Flask migration error -