Home All Groups Group Topic Archive Search About
Author
17 May 2009 2:53 PM
Jim Carlock
Anyone here that can recommend a specific editor for the VB.Net
XML files?

--
Jim Carlock

Author
17 May 2009 3:12 PM
Mike
Jim Carlock wrote:
> Anyone here that can recommend a specific editor for the VB.Net
> XML files?
>

Doesn't MS offer a XMLPAD utility you can download and maybe integrate
into the tools menu?  I think its called XAMLPAD now.

http://msdn.microsoft.com/en-us/library/ms742398.aspx

--
Author
17 May 2009 3:17 PM
Herfried K. Wagner [MVP]
"Jim Carlock" <jcarlock@NOSPAM.example.com> schrieb:
> Anyone here that can recommend a specific editor for the VB.Net
> XML files?

Most of the time I use VS to edit XML files.

Untested:

Download details: XML Notepad 2007
<URL:http://www.microsoft.com/DownLoads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://dotnet.mvps.org/dotnet/faqs/>
Author
17 May 2009 3:53 PM
Jim Carlock
OK, more specifically, I'm looking for something that knows what
a Visual BASIC .Net XML file looks like. As it's VB.Net project
files that I want to read and edit. I seek an editor that KNOWS
VB.Net. Because there's so many of those files and without such
an editor, it's difficult to read and edit those files. I will
try the links provided.

Thanks.

--
Jim Carlock

Show quoteHide quote
"Jim Carlock" <jcarlock@NOSPAM.example.com> wrote...
: Anyone here that can recommend a specific editor for the VB.Net
: XML files?
:
: --
: Jim Carlock
:
Author
17 May 2009 4:08 PM
Family Tree Mike
Show quote Hide quote
"Jim Carlock" <jcarlock@NOSPAM.example.com> wrote in message
news:uh8Qoew1JHA.1900@TK2MSFTNGP04.phx.gbl...
> OK, more specifically, I'm looking for something that knows what
> a Visual BASIC .Net XML file looks like. As it's VB.Net project
> files that I want to read and edit. I seek an editor that KNOWS
> VB.Net. Because there's so many of those files and without such
> an editor, it's difficult to read and edit those files. I will
> try the links provided.
>
> Thanks.
>
> --
> Jim Carlock
>
> "Jim Carlock" <jcarlock@NOSPAM.example.com> wrote...
> : Anyone here that can recommend a specific editor for the VB.Net
> : XML files?
> :
> : --
> : Jim Carlock
> :
>
>


Why would you want to edit those files?  My understanding is that anything
that can/should be changed is controlled by a UI somewhere within the IDE.

--
Mike