<div dir="ltr"><div dir="ltr"><div>Hello.</div><div>I'm sorry for asking stuff like this, but I'm not a full fledged developer and stuff like this is quite hard for me.</div><div><br></div><div>Starmath mathml is supposed to use FastSaxParser (or I understand that). At least changes on FastSaxParserImpl will have repercussions on it. However, on mathmlimport.cxx we do use XFastParser. However FastSaxParser is a child class of XFastParser, so changes on it should not have repercussions on it's parent.</div><div><br></div><div>So, what are we actually doing? And how has this stuff to be treated?</div><div>Or at least some kind of documentation emplaining which kind of process are we using.<br></div><div><br></div><div>If you try to copy paste the code outside to do some customized parser, it will break. There is that <a href="https://opengrok.libreoffice.org/xref/core/sax/source/fastparser/fastparser.cxx?r=93c64a61#50">#<b>include</b> <libxml/parser.h></a> which there is nowhere to be found (opengrok also fails in looking for it). There is no such file inside the only libxml directory to be found and the others files with that name don't seem to be related by the stuff that breaks when removed: xmlEntity, xmlEntityPtr, xmlChar, ... xml basic definitions.</div><div><br></div><div>So, does anyone know which file is it?<br></div></div></div>