-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Description
Bug description
When building an RSS feed with XML nodes in Webstudio, having a <title> node inside channel> causes all <title> nodes inside <item> to be completely absent from the published output.
Steps to reproduce
- Create a page of type XML (e.g.
feed.xml) - Build an RSS structure:
<rss> > <channel> > <title>+<item> > <title> - Bind the
<item> <title>to a CMS collection field - Publish and inspect the XML output
Expected behavior
Both <channel><title> and each <item><title> should appear in the published feed.
Actual behavior
The <title> nodes inside <item> are completely absent from the published XML. They appear correctly in the Webstudio builder preview.
Removing <title> from <channel> causes the <title> nodes in <item> to render correctly — confirming the conflict is between the two.
Related
This seems related to the already closed issue #3715 and its fix in PR #4361 (merged Nov 4, 2024), but the bug is still present on the hosted version (wstd.work) as of March 2026.
Environment
- Platform: Webstudio Cloud (wstd.work)
- CMS: Hygraph
- Date: March 2026
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels