Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have set a series of outbound rules to add some URL parameter at the end of every A HREF, AREA, BASE, FORM, FRAME, HEAD, IFRAME, etc. tags. Everything works fine.

The question we have is whether there is a way to restrict the scope of these rules only to a specific section of the HTML response (i.e. between two specific HTML comments). In other words we would like to have the rules behave as follows:

<html>
....
** NO RULES APPLIED HERE **
....
<!-- START SECTION -->
....
** RULES APPLIED HERE **
....
<!-- END SECTION -->
....
** NO RULES APPLIED HERE **
....
</html>

I think this is not possible but maybe one of you guys has a solution to this problem? Thanks in advance, -FG

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.