Parsing xml single tag in PHP Universal Feed Parser
I want to parse a xml tag like
<link href="google.com" />
with universal feed parser but it doesn't accept any single tags if I
change the tag to
<link href="google.com>smth</link>
it works!
No comments:
Post a Comment