Close
jGuru Forums
Expand All | Collapse All
How to indentify spaces in the tags using antlr ru... srikanthThu Jun 28, 2012 12:14 AM
We have a raw data file which has content </ProviderId > when we tried to send the file with these tags
for .g to process we are getting the below exception. Need urgent help.
<ProviderId>xinhua.org</ProviderId > in the raw data.
The error message is something like Error in parsing file. Exception :
expecting '>', found ' ' expecting '>', found
There is a space in the closing tag(</ProviderId >), due to which none of the files are getting processed
Report | Quote This | Reply | Print
Hard to say without knowlege about the grammar fil...
Hard to say without knowlege about the grammar file. Would it help to add spaces to the definition of open and close tag? Regards, Franz