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

BUG: Using "<" in PatternQuantifier results in invalid XML #234

Open
cjarmstrong97 opened this issue Sep 21, 2021 · 0 comments
Open

BUG: Using "<" in PatternQuantifier results in invalid XML #234

cjarmstrong97 opened this issue Sep 21, 2021 · 0 comments

Comments

@cjarmstrong97
Copy link
Collaborator

cjarmstrong97 commented Sep 21, 2021

For example,

begin observables
	Molecules  Rfree    R(l,l)
	Molecules  Lfree    L(r,r,r)
	Molecules  Rtot     R()
	Molecules  Ltot     L()
	Molecules  LRmotif  L(r!0).R(l!0)
	Species    R2       R==2
	Species    R3       R==3
	Species    R4       R==4
        Species    R5       R<4
end observables

results in ExpatError: not well-formed (invalid token).

This is a result of "<" being a special character in XML

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