in reply to Converting HTML to RSS
this would replace:$text=~s/document.write\('(.+?)'\);/$1/g;
document.write('***ANYTHING***');
with the text between the single quotes:
***ANYTHING***for the data in jsnews.txt , this will create a valid html snippet...
|
|---|