This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HTML of -fdump-tree-XXXX proposal.


2007/4/22, Per Bothner <per@bothner.com> wrote:
Without taking a position on the current proposal, using xhtml
for "dump" files has some further advantages:

* Can use hyperlinks, for example from a reference to the declaration,
   or from a variable to its type.
* Can use JavaScript to hide/unhide sections of the dump.
* Can use CSS to switch between display styles.  This can be
   done dynamically with a smidgen of JavaScript.
* Can more easily convert to other formats, or select only desired
   elements, using some suitable XML processor such as xsltproc.
--
        --Per Bothner
per@bothner.com   http://per.bothner.com/


Your idea with JavaScript, CSS, XSLT, .. is very good! :)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]