Jump to content
  • 0

Error with multisell


Question

Posted

This is my code

 

<?xml version='1.0' encoding='utf-8'?>

<list>

  <item id="1">
    <ingredient id="57" count="7"/>
    <production id="1835" count="1"/>
  </item>

  <item id="2">
    <ingredient id="57" count="10"/>
    <production id="1463" count="1"/>
  </item>

  <item id="3">
    <ingredient id="57" count="15"/>
    <production id="1464" count="1"/>
  </item>

  <item id="4">
    <ingredient id="57" count="50"/>
    <production id="1465" count="1"/>
  </item>

  <item id="5">
    <ingredient id="57" count="80"/>
    <production id="1466" count="1"/>
  </item>

  <item id="6">
    <ingredient id="57" count="100"/>
    <production id="1467" count="1"/>
  </item>

  <item id="7">
    <ingredient id="57" count="15"/>
    <production id="2509" count="1"/>
  </item>

  <item id="8">
    <ingredient id="57" count="18"/>
    <production id="2510" count="1"/>
  </item>

  <item id="9">
    <ingredient id="57" count="35"/>
    <production id="2511" count="1"/>
  </item>

  <item id="10">
    <ingredient id="57" count="100"/
    <production id="2512" count="1"/>
  </item>

  <item id="11">
    <ingredient id="57" count="120"/>
    <production id="2513" count="1"/>
  </item>

  <item id="12">
    <ingredient id="57" count="150"/>
    <production id="2514" count="1"/>
  </item>

  <item id="13">
    <ingredient id="57" count="35"/>
    <production id="3947" count="1"/>
  </item>

  <item id="14">
    <ingredient id="57" count="45"/>
    <production id="3948" count="1"/>
  </item>

  <item id="15">
    <ingredient id="57" count="90"/>
    <production id="3949" count="1"/>
  </item>

  <item id="16">
    <ingredient id="57" count="245"/>
    <production id="3950" count="1"/>
  </item>

  <item id="17">
    <ingredient id="57" count="290"/>
    <production id="3951" count="1"/>
  </item>

  <item id="18">
    <ingredient id="57" count="350"/>
    <production id="3952" count="1"/>
  </item>

  <item id="19">
    <ingredient id="57" count="3"/>
    <production id="6535" count="1"/>
  </item>

  <item id="20">
    <ingredient id="57" count="5"/>
    <production id="6536" count="1"/>
  </item>

  <item id="21">
    <ingredient id="57" count="7"/>
    <production id="6537" count="1"/>
  </item>

  <item id="22">
    <ingredient id="57" count="25"/>
    <production id="6538" count="1"/>
  </item>

  <item id="23">
    <ingredient id="57" count="40"/>
    <production id="6539" count="1"/>
  </item>

  <item id="24">
    <ingredient id="57" count="50"/>
    <production id="6540" count="1"/>
  </item>

  <item id="25">
    <ingredient id="57" count="20"/>
    <production id="6645" count="1"/>
  </item>

  <item id="26">
    <ingredient id="57" count="40"/>
    <production id="6646" count="1"/>
  </item>

  <item id="27">
    <ingredient id="57" count="100"/>
    <production id="6647" count="1"/>
  </item>

</list>

 

and a screenshot.Any ideas?

 

mctf6t.jpg

 

i am getting this continuesly :/

2 answers to this question

Recommended Posts

  • 0
Posted

heheheh you missed a "/>"

 

you have

<item id="10">
    <ingredient id="57" count="100"/
    <production id="2512" count="1"/>
  </item>

it should be

<item id="10">
    <ingredient id="57" count="100"/>
    <production id="2512" count="1"/>
  </item>

Guest
This topic is now closed to further replies.
×
×
  • Create New...