TU to XML

O

O.B.

I'm looking for a tool (preferably free and OpenSource) that converts
translation unit files into XML. Is such a tool available?

(If this is the wrong newsgroup, please let me know of a better one to post this
question.)
 
V

Victor Bazarov

O.B. said:
I'm looking for a tool (preferably free and OpenSource) that converts
translation unit files into XML. Is such a tool available?

Doxygen? It creates HTML from source code, I heard.

I am not sure what you mean by 'converts to XML'. Do you have
a schema? If you have YACC and the grammar, then writing your
own converter shouldn't be that difficult. No, I've not done
it myself (never had the need), but somebody probably has.
 
O

O.B.

Victor said:
Doxygen? It creates HTML from source code, I heard.

I am not sure what you mean by 'converts to XML'. Do you have
a schema? If you have YACC and the grammar, then writing your
own converter shouldn't be that difficult. No, I've not done
it myself (never had the need), but somebody probably has.

Doxygen has XML output but it is a line-by-line basis. I was looking more for
something like how the Visual Studio .NET IDE displays code, grouping data by
classes, methods, loops, conditional statements, comments, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top