Skip to content

RSS feed: <title> in <channel> prevents <title> from rendering in <item> nodes #5647

@Studio-Kontrast

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

  1. Create a page of type XML (e.g. feed.xml)
  2. Build an RSS structure: <rss> > <channel> > <title> + <item> > <title>
  3. Bind the <item> <title> to a CMS collection field
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions