[Doxygen-develop] Escaping unavoidable XML type elements in code
Brought to you by:
dimitri
From: <Nas...@Sy...> - 2003-06-03 10:39:31
|
Not sure if this is a bug or if there is a configuration option to escape unavoidable XML type elements in code. The problem being the following line of code (an includes declaration) breaks my "codelisting" XML as it's not escaped out. #include <E32Base.h> Resulting XML (below) is clear but breaks the XML::LibXML parser, even in recover mode. <codeline lineno="15"><highlight class="normal"></highlight><highlight class="preprocessor">#include<sp/><E32Base.h></highlight><highlight class="normal"></highlight></codeline> Any guidance or assistance would be helpful. ______________________________________ Nasser Saleem Ahmed Software Engineer ********************************************************************** Symbian Ltd is a company registered in England and Wales with registered number 01796587 and registered office at 19 Harcourt Street, London, W1H 4HF, UK. This message is intended only for use by the named addressee and may contain privileged and/or confidential information. If you are not the named addressee you should not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify pos...@sy... and delete the message and any attachments accompanying it immediately. Symbian does not accept liability for any corruption, interception, amendment, tampering or viruses occurring to this message in transit or for any message sent by its employees which is not in compliance with Symbian corporate policy. ********************************************************************** |