Variables containing XML tags being mistreated
See original GitHub issueExpected Behavior
Creating a variable with the name <hi>Some text</hi>
should render as <hi>Some text</hi>
Actual Behavior
Creating a variable with the name <hi>Some text</hi>
renders as Some text
Steps to Reproduce
Go to the “Data” category, click “Create Variable”, then type <hi>Some text</hi>
and click “OK”
Operating System and Browser
Windows 10, Chrome 60.0.3112.113
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Error on variable with XML tags when parsing ODT files
I'm implementing TinyButStrong / OpenTBS in a system that needs to process ODT documents and I'm facing an issue with a specific template...
Read more >Processing XML Data that is Outside of XML Tags - Minisoft
Some software creates XML that has variable names in text outside of the XML tags. These variable names are not XML attributes or...
Read more >XML attributes being converted to elements when stored ... - IBM
When we populate local Environment Variables with XML input containing XML attributes, IIB converts those XML attributes in a XML elements.
Read more >Chapter - 7 : Frequently Asked Questions
XML is primarily a data exchange format and contains the data definitions ... This lets you identify a constant list of variables to...
Read more >The XML Configuration for Data sets and Variables
The elements and attributes that make up a LAS XML specificationare ... If not defined, then each variable element contained by this element...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ll work on this bug. After a bit of research, the issue seems to actually lie in the scratch-blocks repo.
So, the part about the block names in the palette was in scratch-blocks, and fixing it on stage monitors was in scratch-vm. Just submitted PR LLK/scratch-vm#701 to fix it there.
I recommend closing this after those two are resolved.