Hi Tom,
Try using XML escaping " = "
Cheers,
Pete
Try using XML escaping " = "
Cheers,
Pete
| Poster | Content | |||
|---|---|---|---|---|
|
nk4um Moderator
Posts: 756
|
Hi Tom,
Try using XML escaping " = " Cheers, Pete |
|||
|
nk4um User
Posts: 129
|
The following works :
So does :
However, without the quotes it is not the correct syntax for hsqldb, so I tried this :
Which throws the following sax-error org.xml.sax.SAXParseException The content of elements must consist of well-formed character data or markup. Is that expected behavior ? If yes, is there a way to get round this problem ? Regards, Tom |