Reputation: 873
I'm uploading and xml file using a php class I wrote. What I need is I need to check if ReadingDate exists in the xml or not.
<ProductCollect ReadingDate="2013-09-12T11:39:57.763">
I can get ProductCollect but how to access ReadingDate?
Upvotes: 1
Views: 114