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

SEVERE: Fatal error: The value of attribute "relation" associated with an element type "if" must not contain the '<' character. #16

Closed
bakuzen opened this issue Oct 30, 2015 · 1 comment

Comments

@bakuzen
Copy link

bakuzen commented Oct 30, 2015

The above error is thrown when I load a custom domain.xml file with the following if statements within a rule:

But according to http://www.opendial-toolkit.net/user-manual/dialogue-domains, the "<" and ">" characters should be usable as relations.

It is the case that when < or > exist a s variables or values, this same exception is thrown. It is probably the case that a general XML check is performed on all variables and this exception thrown when < or > is found, even in this less common case for if statements.

@plison
Copy link
Owner

plison commented Oct 30, 2015

Yes, you should indeed use "<" (lower than) and ">" (greater than) instead of < and > in order to get valid XML. I'll change the documentation to reflect this, thanks for noticing the error.

Pierre

  1. okt. 2015 kl. 10.09 skrev bakuzen notifications@github.com:

The above error is thrown when I load a custom domain.xml file with the following if statements within a rule:

But according to http://www.opendial-toolkit.net/user-manual/dialogue-domains, the "<" and ">" characters should be usable as relations.

It is the case that when < or > exist a s variables or values, this same exception is thrown. It is probably the case that a general XML check is performed on all variables and this exception thrown when < or > is found, even in this less common case for if statements.


Reply to this email directly or view it on GitHub.

Pierre Lison (Postdoctoral Research Fellow)
Department of Informatics, University of Oslo
Mobile: +47.967.998.12
Web: http://folk.uio.no/plison

@plison plison closed this as completed Oct 30, 2015
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

2 participants