On 27.11.20 01:20, Regina Henschel wrote:
The API has an interface XDTDHandler in com::sun::star::xml::sax with
the methods "notationDecl" and "unparsedEntityDecl". An OpenGrok search
leads to /core/sax/source/expatwrap/sax_expat.cxx. So it seems you need
to implement a class which supports thi
Hi
So...
(*) XFastParser is "just" an interface, specifically, one of our UNO interfaces.
(*) Which means that the XFastParser header files are generated from the
XFastParser.idl file in offapi/
(*) FastSaxParserImpl is the implementation of the XFastParser interface
(*) There are other thin
Dante Doménech schrieb am 26-Nov-20 um 23:37:
Hello.
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.
Starmath mathml is supposed to use FastSaxParser (or I understand that).
At least changes on FastSaxParserImpl will have re
I think that it is an external package. Search for libxml c++
so does my expectation that you need to install it and then make sure that your
library includes no to look where it is installed. The latter part might come
for free depending on your environment. For example, I'm Linux I probably co