<div dir="ltr"><div>Dear Nyall,</div><div>thanks a ton for your reply.</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Short answer is: formal schema specs don't exist.<br>
<br>
Long answer: the only way to determine the XML structure is via the<br>
QGIS source code, but even then it's spread **everywhere** throughout<br>
QGIS. And it changes version by version without any notice, with no<br>
guarantee of backward compatibility. The official project advice is<br>
not to try to read/write the XML directly, but to instead use the QGIS<br>
API to handle this. </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Hope that helps!<br></blockquote><div><br></div><div>That did indeed help a lot, even if not in the direction I hoped for.</div><div>I don't have the luxury to access the QGIS API. The mobile app is written in flutter and that is the language I will have to use, so reading xml would be a must.</div><div>That said, I assume I have 2 possibilities:</div><div>1. forget about it</div><div>2. start supporting bits and pieces of the project file and try to maintain it for specific versions, but that sounds like a little nightmare.</div><div><br></div><div>Thanks again,</div><div>Andrea</div><div><br></div><div> </div><div><br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Nyall<br>
<br>
<br>
<br>
<br>
><br>
> Thanks for any support,<br>
> Andrea<br>
><br>
><br>
> [1] <a href="https://www.geopaparazzi.org/smash/index.html" rel="noreferrer" target="_blank">https://www.geopaparazzi.org/smash/index.html</a><br>
> _______________________________________________<br>
> QGIS-Developer mailing list<br>
> <a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div></div>