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

XML Node with title tag nested in any other XML Node breaks document #3715

Closed
johnsicili opened this issue Jul 11, 2024 · 2 comments · Fixed by #4361
Closed

XML Node with title tag nested in any other XML Node breaks document #3715

johnsicili opened this issue Jul 11, 2024 · 2 comments · Fixed by #4361
Assignees
Labels
area:components Parametrized code components prio:1 The most important thing to work on type:bug Something isn't working

Comments

@johnsicili
Copy link
Contributor

An XML with title tag works fine until you nest it in another XML node of any title, then it breaks the doc. See attached.

Repro:

  1. Add page of type xml and some URL like rss.xml
  2. Add XML Node and give it any tag like something
  3. Nest an XML Node within it and call it title
webstudio livesite

Use case: Creating RSS feed.

@johnsicili johnsicili added type:bug Something isn't working area:components Parametrized code components prio:2 Always look for prio:1 issues first before working on prio:2 labels Jul 11, 2024
@istarkov
Copy link
Member

istarkov commented Jul 12, 2024

Wow really, feels like some React issue as any other tags work just fine

@johnsicili johnsicili added prio:1 The most important thing to work on and removed prio:2 Always look for prio:1 issues first before working on prio:2 labels Nov 3, 2024
@johnsicili
Copy link
Contributor Author

Bumping to prio 1 as more people are requesting an RSS feed https://discord.com/channels/955905230107738152/1260933621800243201

Confirmed it's still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:components Parametrized code components prio:1 The most important thing to work on type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants