Need a scrip to help fill complex XML

Discussion in 'Scripts' started by avroraventures, Feb 9, 2011.

  1. #1
    We've developed a game and need an easier way to input new equations.
    www.kategeronimo.com/newPortfolio/FebUpdates/QE/QEPreloader4.html

    Thus, we are looking for quick script that will output an XML file, to allow non-IT trained person to create more variations on our questions. The sample XML structure is below.

    Please PM with your suggestion and price.


    Thanks

    ________________________________________________________

    <!-- -->
    <questionItem id="1" level="1">
    <leftSide type="4">
    <word number="2"><![CDATA[16]]></word>
    </leftSide>
    <comparisonOp><![CDATA[?]]></comparisonOp>
    <rightSide type="4">
    <word number="2"><![CDATA[21]]></word>
    </rightSide>
    <answer><![CDATA[<]]></answer>
    </questionItem>
    <!-- -->


    <!-- -->
    <questionItem id="1" level="1">
    <leftSide type="4">
    <word number="2"><![CDATA[20]]></word>
    </leftSide>
    <comparisonOp><![CDATA[?]]></comparisonOp>
    <rightSide type="4">
    <word number="2"><![CDATA[14]]></word>
    </rightSide>
    <answer><![CDATA[>]]></answer>
    </questionItem>
    <!-- -->

    <!-- -->
    <questionItem id="2" level="1">
    <leftSide type="4">
    <word number="2"><![CDATA[15]]></word>
    </leftSide>
    <comparisonOp><![CDATA[?]]></comparisonOp>
    <rightSide type="4">
    <word number="2"><![CDATA[9]]></word>
    </rightSide>
    <answer><![CDATA[>]]></answer>
    </questionItem>
    <!-- -->
     
    avroraventures, Feb 9, 2011 IP
  2. avroraventures

    avroraventures Member

    Messages:
    139
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    33
    #2
    anyone? even a tip of where to start would be helpful....
     
    avroraventures, Feb 10, 2011 IP