This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

possibility for uploading experiments
#17
Ah, ok. The problem is that you removed the xmlns:editor-definition from the root element:

<phyphox xmlns:editor="http://phyphox.org/editor/xml">

This is a XML thing. It defines editor:* as a prefix, so the XML parser of phyphox know that it can ignore these. If it is not defined, phyphox does not know that this is a prefix and tries to interpret the attributes itself. Of course it should report the problem instead of crashing, but if you have editor:...-attributes, you need to define this.

Edit: It will no longer crash in the next version. However, the XML parser handles this problem a bit "unconventionally" (at least in my opinion) by generating an entirely different type of exception, which is why it caused a crash instead of being displayed in the first place. The resulting error message will be a bit cryptic, but since this is a rather unusual error, we can probably live with that.
Reply


Messages In This Thread
RE: possibility for uploading experiments - by Sebastian Staacks - 11-27-2020, 05:43 PM

Forum Jump: