color change xml

borhane

Member
color change xml file
example:
Code:
<keyboard key-label="ESC" shift-key="false" ctrl-key="false" alt-key="false" key-value="{ESC}" layer="5" row="1" pos="1">
    <special-lKey/>
    <key-value-Literal/>
    <width>91</width>
    <height>77</height>
    <indent>0</indent>
    <sensitive>true</sensitive>
   [U][B] <image-up/>
    <image-dwn/>[/B][/U]
   </keyboard>

how can I change the color under an xml file ???[/code]
 
Last edited by a moderator:

Cringer

ProgressTalk.com Moderator
Staff member
XML has no concept of colours. So it must be the application that uses this XML document that defines how you change colours. Without knowing that application, or any context of your system we will not be able to help you.
 

borhane

Member
here is an example:


1516914618901.png
 

Cringer

ProgressTalk.com Moderator
Staff member
I'm afraid I'm still none the wiser. Where is the XML from? What does it have to do with the ABL code you posted?
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
Is your question about enabling syntax colouring of the XML elements in the editor that displays the XML, as opposed to the content of the XML itself? A more thorough explanation (i.e. multiple complete sentences) of what you are trying to achieve would be helpful.
 
Top