in reply to Re: parser creating
in thread parser creating

Hi, Frist of all thank you very much for reply.I tried to use doxygen but in doxygen the entire code is parsing, but i need to parse only xml comments from source code. you know my source code is a combination of xml and c code. can you help me. regrads, veerubiji.

Replies are listed 'Best First'.
Re^3: parser creating
by Anonymous Monk on Sep 23, 2011 at 14:23 UTC

    Hi, Frist of all thank you very much for reply.I tried to use doxygen but in doxygen the entire code is parsing, but i need to parse only xml comments from source code. you know my source code is a combination of xml and c code. can you help me. regrads, veerubiji.

    Help you with what? using one of the modules I linked?

    Maybe if you posted your attempt at using them as per How do I post a question effectively?

      sorry for late reply, i created such parser in perl and i extracted from my code . thank you very much for helping.