[thelist] SQL SELECT and RegEx

r937 rudy at r937.com
Wed Dec 12 16:29:18 CST 2007


> However, you can still use Access's Replace() function
> to remove specific tags.

not by half     ;o)

how would you remove the following html

  <ul>
   <li><a href="foo.html" class="nav">foo</a></li>
   <li><a href="bar.html" class="nav2">bar</a></li>
  </ul>

the real problem is why there aren't two versions of the content --  
plain text and marked up

rudy





More information about the thelist mailing list