Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Loading multiple route files
  • From: Ayomide Afolabi <aafolab4@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Tue, 18 Jun 2024 16:56:25 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=students.kennesaw.edu; dmarc=pass action=none header.from=students.kennesaw.edu; dkim=pass header.d=students.kennesaw.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=wbTmqdDEPBZ9IoU1YDpPA20MhdVQGznnfGtklIZm6Hk=; b=GnZ1Sr1L82VI+6NXTEFFSVKt77J1Nzlis403sZhGhE199l7YW+ClHF5I8gv2sJ0f3XnDbk+oGEqtpD9RJTjdzG+0DE7TEVj7AnQsjGaLQvKOm20oK25/39xaI7X5DC7KiokTi1DSDDHxRX4+uuHQgiA9jPbxlZ1OJpiwbRir3wAJLBV2CPN502fJqHUb7L5LKCN7fZCcSIaTic3EPVdpnjzAfRTR7L9SYq+FzRbR/wYkzAmiqQTnfGip/y5ln/cTG7iEQ0RuyCLL8eZ1nYtTSDtDf0/JOtB/2M6yp6/Q2V4U4KLvp5ctFOl3c3/vddUrMxKVnd3y/9fmTRYrW04mlQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=U7PO/OuccUVK4EQMKT60oxQZquaMyq+81beOSnlSNrTLc9GIVeMSJqCt9xd2SaByKuxYP8G7Fxn3h0iuES9LVXu1hKpLrgZQjZFpVUK2Z7qP8FCpHr44KMyYT3+rH0n2slmL0h416LBzBQRFM0+Y2/4MlOfgdWHSkUD5bBxX2VG+DjQ127lwsjtC8aANUH3Az+oXlGO3Ay+EFQmV6ok6QoTxWbrpTFNc9EOnYCOyI2s0cT78XziJniodfshQMdoms4/p8vHK0gbh0LDNk7j86QhTm7+x7gQ1IiD1lDweCr3KTSM9qa1LD3dIeE030hORd6OWekqruunjs8T+IWN7MQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdrBoBLRI4rxhqf+RNa5akHW8axA/Q==
  • Thread-topic: Loading multiple route files

Hi everyone,

 

I’m trying to add multiple route files to my sumo configuration file as shown below, but I kept getting configuration error.

Is there anything wrong with my configuration file?

 

 

<configuration xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance xsi:noNamespaceSchemaLocation=http://sumo.dlr.de/xsd/sumoConfiguration.xsd>

 

    <input>

        <net-file value="Boston.net.xml"/>

      

      <route-files value="Boston_10000b.rou.xml", "Boston_10000a.rou.xml"/>

    </input>

 

   

   

 

 

</configuration>


Back to the top