Only Blackburn players who scored or assisted are listed,
there are no teamStarter or substituteStarter BLA players
listed. They are not 'unrecognized' players, they are simpy
ommitted. This does not appear to be a problem with
teams.xml, as other matches involving BLA players parse
correctly and I can't see what might be wrong with the
commentary of the text itself. Changed to unassigned as I
don't understand what the problem could be.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
IF the team starters/subs are not being detected this means the regular
expressions are not matvhing the team entries. There must be some
subtle differences between the way the players are listed in this
commentary.
At a first gues I would suggest the problem is that charlton have a player
with a hyphenated name, this is probably breaking the matching.
Therefore, the regular expeesions in the fottballEvents.xml file need
editing so that player names can include a hyphen (if I missed it in one
place I am likely to have missed it in all places in the config file).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
CHA v BLA 24/11/02
Logged In: YES
user_id=631335
Only Blackburn players who scored or assisted are listed,
there are no teamStarter or substituteStarter BLA players
listed. They are not 'unrecognized' players, they are simpy
ommitted. This does not appear to be a problem with
teams.xml, as other matches involving BLA players parse
correctly and I can't see what might be wrong with the
commentary of the text itself. Changed to unassigned as I
don't understand what the problem could be.
Logged In: YES
user_id=88713
IF the team starters/subs are not being detected this means the regular
expressions are not matvhing the team entries. There must be some
subtle differences between the way the players are listed in this
commentary.
At a first gues I would suggest the problem is that charlton have a player
with a hyphenated name, this is probably breaking the matching.
Therefore, the regular expeesions in the fottballEvents.xml file need
editing so that player names can include a hyphen (if I missed it in one
place I am likely to have missed it in all places in the config file).