🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Pasting xml

User: "haddock"
New Altair Community Member
Updated by Jocelyn
Hi Guys,

Under 6.5 I could copy XML from this forum and post that into the RM editor, this does not seem to work in 7.0; am I doing something wrong?

Best

H

Find more posts tagged with

Sort by:
1 - 4 of 41
    you need to click on the check mark on the upper left.
    This was introduced in 6.5.

    ~Martin
    User: "haddock"
    New Altair Community Member
    OP
    Hi ,

    Thanks for that, I should have made myself more clear...

    Under 6.5 I could copy XML from this forum and post that into the RM PROCESS editor, this does not seem to work in 7.0; am I doing something wrong?

    Best wishes,

    H
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    this should work. What is not very obvious is error handling, in other words if something goes wrong you'll only notice by text appearing in the log, apart from that simply nothing will happen.
    The process editor needs to have focus for it to work as well.

    I just copied and pasted the process below into the process editor and it replaced my current process as intended.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <process version="7.1.000-SNAPSHOT">
      <context>
        <input/>
        <output/>
        <macros/>
      </context>
      <operator activated="true" class="process" compatibility="7.1.000-SNAPSHOT" expanded="true" name="Process">
        <process expanded="true">
          <operator activated="true" class="retrieve" compatibility="7.1.000-SNAPSHOT" expanded="true" height="68" name="Retrieve Golf" width="90" x="45" y="34">
            <parameter key="repository_entry" value="//Samples/data/Golf"/>
          </operator>
          <connect from_op="Retrieve Golf" from_port="output" to_port="result 1"/>
          <portSpacing port="source_input 1" spacing="0"/>
          <portSpacing port="sink_result 1" spacing="0"/>
          <portSpacing port="sink_result 2" spacing="0"/>
        </process>
      </operator>
    </process>
    Regards,
    Marco
    User: "haddock"
    New Altair Community Member
    OP
    Hi,

    Thanks again, I've just tried pasting that same process into my process tab, which has focus. Mouse right click brings up a popup, however, picking 'paste' does not insert the process.

    I'm on Ubuntu 14.04, java version "1.8.0_66" has anybody else had this problem? It's not a big deal, I just noticed it doing my usual forum post pasting routine.

    Best

    H