Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXTERNAL] Re: Loading multiple route files
  • From: Ayomide Afolabi <aafolab4@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Tue, 18 Jun 2024 17:00:33 +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=UcJoVxvZ/C8WD2nnzKPBzfTREKL4wqjYfLb/5mhnJMA=; b=VfuXYozmUD3zDsFBSM6q/vV62xm9hn6SXAanUrPr0j8J1aoD6MRax5Op70XuNjP1MVCsfeTq10s+Hb3y1nHGXzeR8LcYNyTPpVZSnnoq5u6DHSoeY10HIq5ayE1ZDQKMi/xi+swF2Frnuckhcz9Vxiy9GpFrEH0UNhSK6hvN0zoXfYAzQRlebefkl0GUTT1NcqpCnXpKvBVaKK9IutqATVlafP3usJU3zEebggNpib9FciqbubhbM3WchFbBSikk0p8Q2jSBVPa74zZBsdPtZMrq+oomuI6MAlIGUkDvXcz77vD8kvPqr6F9CHpi9aT/8pIHokLm74EYW/6FT7o6YQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Et8LdUUbnc4dnnRQTuky4p/HTJ1uTjTWAG6xbwaKY2WeONZr9ylYS4d73NHL0OYwKKZSofE+xYtq9nUFDgykbkXjfAzFKKp+WGmOEE3H0HafSbeQ1Ce0zJBej89jD/B29gmw36yJpGM/pESvJ5AZcJKO6LL/zAFaHTLTVgaEx6VnzmMog4h4xKMC5WFUPV7x1bqg1Xuqvhp803RZUkOLOBU8CQPKYCEsBpAQQaCz8ZfF9Ig9tqtXZiftbBhS9HJOX16qqgXIZHFAfhCRnf/CuFpaGAsx6VAl7m/jYtwLcTGX9DzGvqPyV7l1ujgxMAmHCtiCVdVR2GoirXOhbnhQvw==
  • 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/QAALMUAAAAMZZs=
  • Thread-topic: [EXTERNAL] Re: [sumo-user] Loading multiple route files

Thank you. It works. 


From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Mirko Barthauer via sumo-user <sumo-user@xxxxxxxxxxx>
Sent: Tuesday, June 18, 2024 12:58:42 PM
To: sumo-user@xxxxxxxxxxx <sumo-user@xxxxxxxxxxx>
Cc: Mirko Barthauer <m.barthauer@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [sumo-user] Loading multiple route files
 

You need to set a single value attribute like this to get valid XML:

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

Best regards
Mirko

Am 18.06.2024 um 18:56 schrieb Ayomide Afolabi via sumo-user:

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>


_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


CAUTION: This email originated from outside of KSU. Use caution replying or supplying information, clicking links, or opening attachments. If you suspect the message is fraudulent, report it using the Phishing Alert Button or forward the message to abuse@xxxxxxxxxxxx.


Back to the top