We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsed Dictionary:
{ "__name__":"entry", "__content__":"", "attrs":{ }, "children":{ "title":{ "__name__":"title", "__content__":"", "attrs":{ }, "children":{ } }, "link":{ "__name__":"link", "__content__":"", "attrs":{ "rel":"alternate", "href":"https://xxxx.com/blog/dfssdfa33" }, "children":{ } }, "id":{ "__name__":"id", "__content__":"https://xxxx.com/33", "attrs":{ }, "children":{ } }, "author":{ "__name__":"author", "__content__":"", "attrs":{ }, "children":{ "name":{ "__name__":"name", "__content__":"", "attrs":{ }, "children":{ } } } }, "summary":{ "__name__":"summary", "__content__":"", "attrs":{ "type":"html" }, "children":{ } }, "updated":{ "__name__":"updated", "__content__":"2024-02-29T03:50:32+00:00", "attrs":{ }, "children":{ } } } }
Original XML:
<entry> <title> <![CDATA[ Oieee ]]> </title> <link rel="alternate" href="https://xxxx.com/blog/dfssdfa33"/> <id>https://xxxx.com/33</id> <author> <name> <![CDATA[ Suerin ]]> </name> </author> <summary type="html"> <![CDATA[ sfdfgsfgddfg ]]> </summary> <updated>2024-02-29T03:50:32+00:00</updated> </entry> </feed>
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Parsed Dictionary:
Original XML:
The text was updated successfully, but these errors were encountered: