Hi all,

I'm starting work on an XSPF playlist parser, and since XSPF (as well as
SMIL and ASX) is an XML format, and FFmpeg doesn't seem to have its own
XML parser nor does it link against any existing ones, I'd like to know
whether there's any preferred existing XML parser I could use and link
against (Expat, libxml2?), or whether I should write my own rudimentary
parser from scratch to avoid external dependencies. If it's the latter,
should it be put at libavutil/xml.c or libavformat/xml.c?

Thanks,
Geza
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to