]> git.sesse.net Git - vlc/commit
LUA: remove unused catalog and DTD support
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 5 Aug 2010 16:03:54 +0000 (19:03 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 5 Aug 2010 16:03:54 +0000 (19:03 +0300)
commit9ecc09199b38f1a1740c3dd1e2386dd7ff6d2d48
tree3d79d2a4057f9aa811bb0a7243750f668f73200b
parentc328515343633f4f85e40cd88d7ffd977c951c1b
LUA: remove unused catalog and DTD support

In my opinion, we do not want to encourage use of this.

On the one hand, our libxml2 catalog support has never been thread-safe
and this seems to have caused problems in the past (looking at the
skins2 comments). On the other hand, the xtag plugin never implemented
catalogs, so XML parsers have to handle unknown XML tags gracefully in
any case.

Also, shipping DTDs with VLC is awkward and arguably a waste of space.
modules/misc/lua/libs/xml.c