ExampleText Chars not being displayed in Editor.

SyntaxEditor for Windows Forms Forum

Posted 19 years ago by Todd Richardson
Avatar
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.

<!-- Example Text -->
<ExampleText>
<![CDATA[
    Abs(«number»)
]]>
</ExampleText>
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?

Comments (2)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
We use the .NET framework XML classes to read the XML so my guess is that the character is not supported in the charset or in XML like that. Maybe find the Unicode value of the characters and replace them with the proper XML Unicode character entities instead. That should work.


Actipro Software Support

Posted 19 years ago by Todd Richardson
Avatar
It appears it was related to the text editor that I was creating my xml file in. I switched to an xml editor and fixed the invalid charecters and all is working fine now. Thanks for your help!
The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.