[Doxygen-develop] XML Output and whitespace
Brought to you by:
dimitri
From: Thorsten S. <ts...@mm...> - 2002-12-02 14:36:37
|
Hi there, =20 I would like to suggest a feature regarding XML output: =20 Would it be possible to encode 'important' whitepspace (that is: those in <codeline>-tags) with ? =20 Because in the currently generated code there is a lot Of stuff like: =20 <highlight class=3D"normal"> </highlight> =20 Although this single space is important for the Actual output, most commonly used XML-Parsers don't Parse it but tell the tag is empty so that you can't Reproduce it exactly. =20 So please implement a switch to make XML-Output Encode all (important) whitespaces. =20 Regards Thorsten |