|
-
Apr 2nd, 2007, 07:40 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] [2005] XML-Documentation (BuildIn)
Greetings,
we like to use the XML Documentation feature in VS. To make the XML Data readable, do I need a XML Reader or has VS something simelar installed?
thx in advance
Manfred
-
Apr 2nd, 2007, 07:43 AM
#2
Fanatic Member
Re: [2005] XML-Documentation (BuildIn)
I believe that you do not need to make it readable. The XML documentation is used to provide extra information about functions, classes, methods, properties etc. when it is referenced in a VB project.
-
Apr 2nd, 2007, 08:18 AM
#3
Re: [2005] XML-Documentation (BuildIn)
You document your types and members then VS will create the XML file. You turn that into an MSDN-style CHM file using a tool like NDoc or the upcoming Sandcastle from Microsoft.
-
Apr 2nd, 2007, 11:24 PM
#4
Thread Starter
Hyperactive Member
Re: [2005] XML-Documentation (BuildIn)
 Originally Posted by dom_stapleton
The XML documentation is used to provide extra information about functions, classes, methods, properties etc. when it is referenced in a VB project.
This is the reason to use this, because I need it as part of the docummentation.
 Originally Posted by jmcilhinney
You turn that into an MSDN-style CHM file using a tool like NDoc.
Is there any onboard app with xp or vs2005 to display the XML Data in Html?
thanks and regards
Manfred
-
Apr 2nd, 2007, 11:44 PM
#5
Re: [2005] XML-Documentation (BuildIn)
 Originally Posted by Bongo
This is the reason to use this, because I need it as part of the docummentation.
Is there any onboard app with xp or vs2005 to display the XML Data in Html?
thanks and regards
Manfred
Refer to my previous post. If there was a tool built into Windows or VS I probably would have mentioned that in the first place.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|