Ron Allen
chizotz at mchsi.com
Thu May 10 10:43:35 CDT 2007
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 > > > > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com > > _______________________________________________ > dba-VB mailing list > dba-VB at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/dba-vb > http://www.databaseadvisors.com >