|
> > will think about it..shouldn't be too tough 8) > > > > > > Roman Scherzer > > > > > I guess I'll handle that with another xml file where you can define the > output...something like a pre and a poststring (e.g. "(" and ")"), a separator > (e.g. " or " or just "\n") and a string where you can use the common variables > (like %m for manufacturer)....guess that'll be powerful enough > > > Roman Scherzer >
Thanks for considering it, too be honest I was osuggested shortnames rather than full names including manufacturers as this would cause other problems due to some differences in the search expression support in various newsreaders. Newsbin for instance use the regexlib expression list so any of these characters:- .$^{}[]()*+?/ will need to preceded by a / character
So instead of
Killer Instinct (SNES bootleg)|Power Drift (World, Rev A)|Pocket Racer (PKR1/VER.B)
it would need to be in this format
Killer Instinct /(SNES bootleg/)|Power Drift /(World, Rev A/)|Pocket Racer /(PKR1//VER/.B/)
Don't know xml at all so would it be possible to replace all the special characters in such cases?
|