You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get unhandled cdata for tag: loc. I'm directly using parseSitemap(Readable.from(content)) and it seems CDATA can be on all tags except those for location like loc, image:loc... Is it a bug or it's wanted @ekalinin ?
In my case I'm parsing third-party sitemaps so I do have the authority on the content format.
Thank you,
EDIT: in the meantime I test modifying your code to accept loc / image:loc within sitemap-parser.js (thanks to patch-package)
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
v8
and when having:I get
unhandled cdata for tag: loc
. I'm directly usingparseSitemap(Readable.from(content))
and it seems CDATA can be on all tags except those for location likeloc
,image:loc
... Is it a bug or it's wanted @ekalinin ?In my case I'm parsing third-party sitemaps so I do have the authority on the content format.
Thank you,
EDIT: in the meantime I test modifying your code to accept
loc / image:loc
withinsitemap-parser.js
(thanks topatch-package
)The text was updated successfully, but these errors were encountered: