![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Sofa King Band
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
|
I need some XPath / RegExp help, particularly in relation to IE
Here's the basics... I have a word, say the word is "test".
What I want to be able to do is use javascript to navigate the DOM of the html document and find every instance of the word "test" but NOT if it's with in an img tag, or link or used anywhere that's not just standard text. So for example: <p>This is just a test</p> - find <a href='#'>click test</a> - don't find <img src="images/test.jpg"> - don't find I am currently using XPath which is able to differentiate a "textNode" from everything else, and thus, give me the results I want. But IE's piece of crap browser will not use XPath on anything but XML. And I need for this to work in HTML. I figure my only alternative is to use RegExp but something of this magnitude is simply over my head. Any help would be greatly appreciated.... either in this thread, or even by icq (563-6347) |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Sofa King Band
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
|
Thank you mrkris, you rock!
Your help is much appreciated, it now works like a charm ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: May 2005
Posts: 2,737
|
anytime!
|
![]() |
![]() ![]() ![]() ![]() ![]() |