I installed doxymacs like desctibed in INSTALL.
No I'd loke to use the c-c d ? Key-Binding to find documentations (or whatever it bears) using the xml-Feature.
I told doxygen to generate the xml-File and gave the path to the xml-File to doxymacs.
Depending on using the externel xml-Parser or the internal xml-parser I get the message:
stdin:1: error: Start tag expect, '<' not found
stdin:1: error: Start tag expect, '<' not found
^
Failed to parse XML file
... it seems' that the file wasn't found.
So what ist the right syntax to give the place of the xml-file?
Thanks, Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
I installed doxymacs like desctibed in INSTALL.
No I'd loke to use the c-c d ? Key-Binding to find documentations (or whatever it bears) using the xml-Feature.
I told doxygen to generate the xml-File and gave the path to the xml-File to doxymacs.
Depending on using the externel xml-Parser or the internal xml-parser I get the message:
stdin:1: error: Start tag expect, '<' not found
stdin:1: error: Start tag expect, '<' not found
^
Failed to parse XML file
... it seems' that the file wasn't found.
So what ist the right syntax to give the place of the xml-file?
Thanks, Michael
Those errors means something is wrong with your XML file.
What version of doxygen are you using, and what are the first 3-4 lines of your XML files?