![]() |
| ° Forums ° Statistics ° Search ° Manual ° |
| RSSxl Support Forums / General / Regex & Int'l |
| Author | Message |
| ob1 Member |
Posted: 17 Mar 2005 00:33:35 (1) I can't understand what your regular expressions are. eg <a href\=http\:\/\/.*> doesn't work. Would be gr8 to know (2) It can't handle international characters eg inclusão screws it up Loking good, like it a lot, will check back. ob1 |
| wotz Admin |
Posted: 17 Mar 2005 09:55:47 Hi ob1, Thanks for your post and your comments. I hate regular expressions! I think you have two problems. (1) You don't need to add slashes, that is sorted out automatically. (2) the regular expressions are greedy, so you need to be careful with .* Try <a href=http://.*?> or <a href="http://.*?"> It works for me! But if you are using that as the Start Item string, that may not be what you want, because the feed item will start after the <a> tag and will not pick up the URL unless it is repeated in the item. International characters in ISO-8859-1 were fixed late yesterday (I hoped) - are you still having a problem? If so what encoding is the web page? If you can post the URL, I'll take a look. Or if you want to keep it private you can email webmaster at wotzwot.com wotz |
|
Page loading time (sec.): 0.015 Forum Software: miniBB © 2001-2010 |