xsitemap icon indicating copy to clipboard operation
xsitemap copied to clipboard

XML Parsing Issue

Open systemnova opened this issue 3 years ago • 2 comments

When using xsitemapGet(x) I'm getting a lot of url's returning "xmlParseEntityRef: no name" along with opening & ending tag mismatch. Although this package works flawlessly for the vast majority of url's. After reading this stackexchange post https://stackoverflow.com/questions/7604436/xmlparseentityref-no-name-warnings-while-loading-xml-into-a-php-file I'm thinking potentially the issue is caused by invalid XML on the target domain, potentially due to a validation issue? and wondering if that post gave clues on how to modify the function to extract more sitemaps through better handling/validation of poorly constructed XML sitemaps?

systemnova avatar Dec 24 '21 06:12 systemnova

@systemnova do you have some examples of none working sitemaps

pixgarden avatar Sep 11 '22 09:09 pixgarden

https://www.laboducbd.com/sitemap_index.xml

pixgarden avatar Sep 21 '22 17:09 pixgarden