Spain
Spain
So we do in Spain, but as you can see, I was able to grab the content of imdb.deAs I said: in Germany we dont use '. Instead we use " and that corrupts the xml-file. So its necessary to grab german content![]()
Okay, here you have them. I can add my xml-file too but its okay at the moment.
.. I think we're talking about two different things:Guzzi, is it possible to replace more than one string?
Spain
Yes, that is, but I was interested on using several strings in the field "with".. I think we're talking about two different things:Guzzi, is it possible to replace more than one string?
1. Replacment of invalid chars when scraping from web - this should be done "internally"
2. I assume you're talking about the Grabber scripts!?
Ad 2: It is partially possible when using regex for the replacements - you can replace several source strings by using "|" as separator (normal regex) - but you can only replace with one replacement string. Is that what you meant? (I use this mostly for cleanup of result strings)
Okay, here you have them. I can add my xml-file too but its okay at the moment.
Hi wusel,
indeed, I need the XML DB file.
Your log indicates, that the DB is corrupted (malformed XML) at:
07.11.2011 07:03:59 - Error : Ein Name darf nicht mit dem Zeichen ',', hexadezimaler Wert 0x2C, beginnen. Zeile 98, Position 8839. - Stacktrace: bei System.Xml.XmlTextReaderImpl.Throw(Exception e)
So I need to know which movie caused that, so I can reproduce it. If I can reproduce and it is coming from grabber script, I can process data replacement by characters valid for XML file. As z3us said, there is already some replacement, but there might be needed some more.
Thanks, Guzzi