help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Search StackOverflow and paste code snippets without leaving the edi


From: Rustom Mody
Subject: Re: Search StackOverflow and paste code snippets without leaving the edited file
Date: Fri, 3 Jan 2014 23:23:00 +0530

Andrey Tykhonov wrote:
> I was looking for a elisp library which will help to parse html. And I
> found libxml-parse-html-region but I was not able to use it as my emacs
> required to be re-compiled with libxml. Well, I recompiled it and now that
> function is available for me but I decided to avoid usage of this function
> as this dependency may be broken for someone else. So for html-parsing I
> used regexps. May be that was wrong decision to use regexps... I would
> like to hear your opinions about it.

Parsing html with regexp??
Well there is this famous stack overflow post you should see

http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/1758162#1758162



reply via email to

[Prev in Thread] Current Thread [Next in Thread]