Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > TU to XML

Reply
Thread Tools

TU to XML

 
 
O.B.
Guest
Posts: n/a
 
      04-22-2004
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.)

 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      04-22-2004
"O.B." <> wrote...
> 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.


 
Reply With Quote
 
 
 
 
O.B.
Guest
Posts: n/a
 
      04-22-2004
Victor Bazarov wrote:

> "O.B." <> wrote...
>
>>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.


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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Different results parsing a XML file with XML::Simple (XML::Sax vs. XML::Parser) Erik Wasser Perl Misc 5 03-05-2006 10:09 PM
Print XML parsing to JspWriter (out) Class org.xml.sax.helpers.NewInstance can not access a member of class javax.xml.parsers.SAXParser with modifiers "protected" Per Magnus L?vold Java 0 11-15-2004 02:27 PM
embedding xml in xml as non-xml :) Mark Van Orman XML 5 09-15-2004 05:57 AM
What XML technologies to learn first for "XML Processing" and "XML Mapping"? Bomb Diggy Java 0 07-28-2004 07:26 AM
Help on including one XML document within another XML document using XML Schemas Tony Prichard XML 0 12-12-2003 03:18 PM



Advertisments