473,394 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How to pull the comment tags from .vb or .cs files

Hi,

In my project I have commented all the available funtions in a systematic way. Following is the commenting system in my project:
''' --------------------------------------------------- ''' <summary>
''' ************************************************** ******* ''' FUNCTION:
''' VAR NBR:
''' ************************************************** ******* ''' </summary>
''' <VariableName> loadApp </VariableName>
''' <VariableDiscription> loads the Application </VariableDiscription>
''' <Author> Author Name </Author>
''' <LastModifiedOn> 01/09/2012 </LastModifiedOn>
''' <LastModifiedBy> Satya </LastModifiedBy>
''' <History> 01/09/2012 - Satya - Comment</History>
''' <param name=f108RecordAreaMain></param>
''' <param name=processDate></param>
''' <param name=pcnVendorIdCd></param>
''' -------------------------------------------------
Public Function loadApp()
Return 0
End Function

Now I would like to extract the data inside these comment tags and insert into excel sheet. Can any one help me out in extracting the comments in the xml tags shown in the able format?
for example I want the value inside the <Autor> tag.

This is very urgent task for me. Can any one suggest me how to do this. I feel its good if I use macro for doing this. I dont know whether it is possible. If it is possible please let me know how to achieve that.

Thanks in Advance!
Jul 3 '12 #1
1 1863
Hi All,

Can any one help me on the above issue.. I really urgent.

Thanks in Advance!

Regards,
Satya Bhaskar
Jul 5 '12 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: gene.ellis | last post by:
Good morning. I am racking my brains over what seems like should be a simple question. I have a string that contains text and html. Basically, I would like to grab the HTML tags from the string and...
0
by: gary hitch | last post by:
Trying to generate html documentation with the built-in Build Comment Web pages tool of .Net Many of the comments are simply eliminated in the results files such as : /// <exception...
0
by: faktujaa | last post by:
XML Comment tags (except summary, remarks, param and returns) don't work in my small trial program. The comment tags i want to work are see, seealso, exception, etc. But none of them work. I tried...
8
by: Will Pittenger | last post by:
I have a Windows program C# .NET solution where when I update its XML documentation, some tags are not recognized and turned into the corresponding HTML. Those tags include <c>, <code>, <para>,...
2
by: Rudy | last post by:
Hello all! I have a web application, that I can upload files to a folder from the web site. The file path is stored in SQL. I have a 73GB drive, external hooked into the web server. I can load up...
2
by: Chris Lane | last post by:
Hi, I am using the following comment tag to display code samples in my help document. <code> </code> The problem is all I see is a gray bar and no code sample in my help file. Has anybody...
13
by: anil.rita | last post by:
When the user chooses an AV file to play, based upon the type of file, I want to use the default installed media player to play it. I am wondering if this is a good way - any alternatives,...
1
by: Andrus | last post by:
I need to remove all comments ( between <!-- and --tags) from XML string. I tried the following code but comments are still present. Or is it better to open xml string with a StreamReader, read...
0
by: RolfK | last post by:
Hello All, I'm trying to output an XML node tree in COMMENT tags. Processing is done with XSLT2.0. The output schould be avild xml like this: <root> <e c="some element 1"/> <e c="some...
0
by: Formula | last post by:
Hello everybody,because I am newbie in python two weeks only but I had programming in another languages but the python take my heart there's 3 kind of arrays Wow now I hate JAVA :) . I am working...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.