-
Notifications
You must be signed in to change notification settings - Fork 11
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
use [[(]]) instead of <<(>>) for analysis plots to correct invalid xml syntax #362
Conversation
There are other places where we use
We might use: |
I am not familiar at all with |
Co-authored-by: Javier Galan <[email protected]>
I think I fixed all the problems, I don't think I broke anything with this change but I am not 100% sure as I am not familiar with |
|
We can update TRestTask.cxx to support also |
There are other places where When we really want to say greater than, how we could replace this symbol? Inside |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me
As the title says we cannot use
<<
or>>
in the xml (or rml) files if we want it to be valid xml, even though some parsers can tolerate it.I replaced them by square brackets but any suggestion is welcome.
This issue was discovered when running a tool to check for valid xml files.