Thread: web2lrf
View Single Post
Old 01-18-2008, 06:04 AM   #138
slav
Member
slav began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Sep 2007
Device: PRS-500
in RSS feed itself see this feed for example:
http://feeds.feedburner.com/netslave

Add or remove the www sub domain post contains lots of source code
all sections like:
Code:
<httpModules>
  <add type="WwwSubDomainModule" name="WwwSubDomainModule" />
</httpModules>
are not in output LRF file.

even the
Code:
/// <summary> 
/// Handles the BeginRequest event of the context control. 
/// </summary> 
/// <param name="sender">The source of the event.</param>
in output LRF appears as:
Code:
/// Handles the BeginRequest event of the context control.
note that it happens even if I dont have preprocess_regexps defined at all.
slav is offline   Reply With Quote