我在使用Eclipse jbpm-designer 设计流程的时候,如果输入中文时gbd.xml会报错,而且好像结点都不重叠到一块了。
不知道该如和解决。
gbd.xml如下:<?xml version="1.0" encoding="UTF-8"?><process-diagram name="myTest" width="661" height="414">
  <node name="start" x="88" y="28" width="140" height="40">
    <transition name="">
      <label x="5" y="-10"/>
    </transition>
  </node>
  <node name="����" x="86" y="106" width="140" height="40">
    <transition name="">
      <label x="5" y="-10"/>
    </transition>
  </node>
  <node name="���" x="88" y="191" width="140" height="40">
    <transition name="">
      <label x="5" y="-10"/>
    </transition>
  </node>
  <node name="end1" x="91" y="363" width="140" height="40"/>
  <node name="����" x="90" y="274" width="140" height="40">
    <transition name="">
      <label x="5" y="-10"/>
    </transition>
  </node>
</process-diagram>