Posted 20 years ago
by Todd Richardson
I am creating a new language file and supplying some Example Text. Below is a sample of the ExampleText node of my Language.xml file.
When I load up my language file in the Sample Project to view the Example Text, the double arrows inside the parenthesis are not rendered in the editor. Since the Example Text is in a CDATA section it should not be parsed by the xml engine. Any ideas what would be causing this?
<!-- Example Text -->
<ExampleText>
<![CDATA[
Abs(«number»)
]]>
</ExampleText>