Skip to content
New issue

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

<![CDATA[ ]]> Is being ignored and do not appear as a content #11

Closed
Suero152 opened this issue Feb 29, 2024 · 0 comments · Fixed by #13
Closed

<![CDATA[ ]]> Is being ignored and do not appear as a content #11

Suero152 opened this issue Feb 29, 2024 · 0 comments · Fixed by #13
Labels
bug Something isn't working

Comments

@Suero152
Copy link
Contributor

content Is being ignored and do not appear as a children content

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>
@elenakrittik elenakrittik linked a pull request Mar 1, 2024 that will close this issue
@elenakrittik elenakrittik added the bug Something isn't working label Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants