I have a problem about node description does not conform to the schema

Hi All,

I have a problem about node description does not conform to the schema.

When I use Chinese to describe node in NodeFactory.xml file,this running node will report an error.

 

This is the error information:

ERROR     ModalContext NodeDescription13Proxy     CODING PROBLEM    Node description of 'Spark任务提交以及执行' does not conform to the Schema. Violations follow.

 

 

Can you help me to solve that?

 

Thanks

YoGa.

 

If I use English in node description, the node will not report the error information.

I think the Knime not support Using Chinese in node decription?

Did you have a look at the concrete violations? The font you are using doesn't matter as long as the encoding it set correctly (use UTF-8 if possible).

I used UTF-8.I can show you my NodeFactory.xml file.


<?xml version="1.0" encoding="UTF-8"?>
<knimeNode icon="./default.png" type="Manipulator" xmlns="http://knime.org/node/v2.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd">
    <name>Spark任务状态获取节点</name>
    
    <shortDescription>
        Spark任务状态获取节点
    </shortDescription>
    
    <fullDescription>
        <intro>这个节点用与获取上个节点提交的任务情况,并且对任务情况进行展示。</intro>
        
        <!-- <option name="short name of first option (like in the dialog)">description of first option</option> -->
        <!-- <option name="short name of second option (like in the dialog)">description of second option</option> -->
        <!-- possibly more options that can also be grouped by tabs -->
       
    </fullDescription>
    
    <ports>
        <inPort index="0" name="参数导入">获取上个节点传过来的参数</inPort>
        <!-- possibly more input ports here-->
    </ports>    
    <views>
        <!-- <view index="0" name="name of first view">Description of first view...</view> -->
        <!-- <view index="1" name="name of second view">Description of second view...</view> -->
    </views>
</knimeNode>