]> matita.cs.unibo.it Git - helm.git/commitdiff
Bug fixed: the value of parameters must be valid XPath string literals ==>
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 11 Jul 2003 10:01:05 +0000 (10:01 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Fri, 11 Jul 2003 10:01:05 +0000 (10:01 +0000)
they can not contain both ' and " (at least in Veillard interpretation, of
course ;-)

The fix applied consist in accepting parameters with only ' or only " inside
by quoting them using the opposite quote. As a consequence, variable
values with just 's inside are now handled correctly.


No differences found