1

I need to parse an HTML file in order to store all the fields of a table in a list through Emacs Lisp.
Although a function like libxml-parse-html-region could do that work for me, Emacs should have been compiled with libxml2 support in advance and as I do not have admin privileges on this machine I cannot use that function.
Therefore, can you share some other options with me in order to get the job accomplished taking into account the referred constraints ?

4

2 回答 2

1

你可以为你的用户构建你自己的 Emacs 吗?

于 2012-12-03T15:34:41.850 回答
1

你可以在 EmacsWiki 上找到各种XML Parser

于 2012-11-30T17:36:35.007 回答