PiBoSo Official Forum

GP Bikes => Bug Reports => Topic started by: uberslug on December 10, 2017, 05:57:50 PM

Title: @PiBoso - Parsing XML Results Files...
Post by: uberslug on December 10, 2017, 05:57:50 PM
I believe the *.xml results files need to end with '</PiBoSoXML>' in order for them to be parsed correctly by the SimpleXML PHP extension.
Title: Re: @PiBoso - Parsing XML Results Files...
Post by: PiBoSo on December 10, 2017, 08:57:23 PM

Thank you for the report.
Title: Re: @PiBoso - Parsing XML Results Files...
Post by: 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.
Title: Re: @PiBoso - Parsing XML Results Files...
Post by: PiBoSo on December 11, 2017, 12:08:51 AM
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.