Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make XML output appropriately compliant for downstream XML processing #18

Open
fisherdog1 opened this issue Aug 8, 2022 · 0 comments
Open

Comments

@fisherdog1
Copy link

Currently the XML output has several issues that cause trouble when reading in later processing stages:
More than one root node
Invalid element names (element names cannot start with numbers, as they do currently for gaze events)
Illegal characters, such as &, < and > (should be escaped)
"Rogue" tags and other reserved symbols, especially for sessions reading code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant