Dear all,
I'm trying to get the contents of a huge XML file into Studio 2017 (latest version). The structure is rather simple:
<?xml version="1.0" encoding="UTF-8"?>
<surveyText surveyId="SV_cTPOOTkcoKOkkvz">
<QID176_QuestionText><p>Welcome.&nbsp;</p><p><br></p><p>This is just an example.&nbsp; There is lots of text.</p><p><br></p><div>But also lots of tags within the elements.</div></QID176_QuestionText>
<QID644_QuestionText><div>This is a second question.&nbsp;</div><div><br></div><div>How can I convert the escaped HTML tags into Studio tags?</div></QID644_QuestionText>
<QID643_Choice1>Choice 1</QID643_Choice1>
<QID643_Choice2>Choice 2</QID643_Choice2>
</surveyText>
Getting the element content into Studio is not a problem. However, even though I created a new XML file type with Embedded Content Processing and the entity conversion enabled, what I get to see in the Editor is this:
<p>Welcome. </p><p><br></p><p>This is just an example. There is lots of text.</p><p><br></p><div>But also lots of tags within the elements.
Is it possible somehow to to let Studio know that "<p>" in the original XML file should be treated as a paragraph tag and not as "<p>" as literal text?
Thanks so much for your help!
Holger