[dba-VB] VB.Net - XML comments

Gustav Brock gustav at cactus.dk
Thu May 10 17:42:08 CDT 2007


Hi Ron and Marty

It's VS2005 Standard.

/gustav

>>> martyconnelly at shaw.ca 10-05-07 20:05 >>>
You may have to do with VS Studio Team etc.
rather than a simple version of VB.Net Express

Gustav Brock wrote:

>Hi Ron
>
>I don't see that menu item. How is it added?
>
>/gustav
>
>  
>
>>>>chizotz at mchsi.com 10-05-2007 17:43 >>>
>>>>        
>>>>
>John,
>
>Take a look at "Build Comment Web Pages" on the Tools menu in VS and in the 
>help files... I think that may be what you're looking for.
>
>Ron
>
>
>  
>
>>No, I meant what application will reach into these files and generate a
>>documentation book using the xml comments.  That is the purpose of these xml
>>tags, to create a document. 
>>
>>-----Original Message-----
>>From: dba-vb-bounces at databaseadvisors.com 
>>[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Eric Barro
>>Sent: Thursday, May 10, 2007 9:12 AM
>>To: dba-vb at databaseadvisors.com; 'Access Developers discussion and problem
>>solving'
>>Subject: Re: [dba-VB] VB.Net - XML comments
>>
>> 
>>Did you mean to say "how do I strip the XML tags and end up with just the
>>content"?
>>
>>You can use regular expressions to strip off XML or HTML tags. This is the
>>syntax I use (for VB.NET or C#)...
>>
>>NewTextValue.Text =
>>Regex.Replace(OriginalTextValue,@"<(.|\n)*?>",string.Empty); 
>>
>>-----Original Message-----
>>From: dba-vb-bounces at databaseadvisors.com 
>>[mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of JWColby
>>Sent: Thursday, May 10, 2007 5:02 AM
>>To: 'Access Developers discussion and problem solving';
>>dba-vb at databaseadvisors.com 
>>Subject: [dba-VB] VB.Net - XML comments
>>
>>I am using xml comments in place of my regular old comments.  Has anyone
>>ever found / used something that yanks the comments out to see what they
>>look like as documentation?  What would I use to do that?
>> 
>>
>  
>

-- 
Marty Connelly
Victoria, B.C.
Canada

_______________________________________________
dba-VB mailing list
dba-VB at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/dba-vb
http://www.databaseadvisors.com






More information about the dba-VB mailing list