[dba-VB] VB.Net - XML comments

Ron Allen chizotz at mchsi.com
Thu May 10 12:54:52 CDT 2007


Gustav,

Must be an option at install... or maybe it's changed name/location if you're 
using VS 2005, I'm still on 2003 and probably will be for some time yet. The 
short answer is, I'm not sure; I don't have access to the install disks here 
and don't do my own installs.

Ron


> 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?
> >  
> > John W. Colby
> > Colby Consulting
> > www.ColbyConsulting.com 
> 
> 
> 
> _______________________________________________
> 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