Got more questions? Find advice on: ASP | SQL | XML | Windows
in Search
Welcome to RegexAdvice Sign in | Join | Help

Browse by Tags

All Tags » matching specif... » html
  • Using RegExp in XSLT

    Hello all, Im using XSLT to grab data from an XHTML page, part of the data I wish to grab is a Postcode, this is the XSLT statement I have to grab the postcode:        <xsl:for-each select=".//h:a[starts-with(@href, ...
    Posted to Construction Advice (Forum) by james on January 11, 2007
  • Matching Inputs and Displaying

    Hi, I'm having some trouble with my code. I'm using python to take in information from a form/website in order to link the user to another website. My problem is thus: ------------------------------------------------ ae = re.compile('[A-E]') fl = re.compile('[F-L]') mw = re.compile('[M-W]') if ...
    Posted to Construction Advice (Forum) by newb101 on December 9, 2006