question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Variables containing XML tags being mistreated

See original GitHub issue

Expected 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:closed
  • Created 6 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Scimonstercommented, Oct 5, 2017

I’ll work on this bug. After a bit of research, the issue seems to actually lie in the scratch-blocks repo.

1reaction
Scimonstercommented, Oct 8, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found