• Welcome to PiBoSo Official Forum. Please login or sign up.
 
March 28, 2024, 09:39:42 AM

News:

GP Bikes beta21c available! :)


@PiBoso - Parsing XML Results Files...

Started by uberslug, December 10, 2017, 05:57:50 PM

Previous topic - Next topic

uberslug

I believe the *.xml results files need to end with '</PiBoSoXML>' in order for them to be parsed correctly by the SimpleXML PHP extension.

PiBoSo

"La perfezione non è il nostro obiettivo, è la nostra tendenza".

uberslug

Also, the use of 'Time' in the *.xml file is causing a problem since it is a PHP Function.

The use of 'EventTime' and 'LapTime' may eliminate any need to replace those items prior to parsing the *.xml file.

PiBoSo

Quote from: uberslug on December 10, 2017, 11:02:12 PM
Also, the use of 'Time' in the *.xml file is causing a problem since it is a PHP Function.

The use of 'EventTime' and 'LapTime' may eliminate any need to replace those items prior to parsing the *.xml file.

Ok.
"La perfezione non è il nostro obiettivo, è la nostra tendenza".