Good XML editors?
- From: "Martin Z" <martin.zarate@xxxxxxxxx>
- Date: 5 Oct 2006 16:55:57 -0700
I've been doing some home coding (using the free version of VS2005 -
very sweet) and have run into a problem. The app uses a typical
"deserialize XML" approach for configuration, and I've generated XSD
for my configuration classes so that I can validate my config files.
The problem is that, of course, hand-editing these config files is
tedious, and since this is a hobby project I don't want to make a
config gui. So currently I'm just doing the editing in Visual Studio,
relying heavily on the XML intellisense...
which is where the problem is. For some reason, the visual studio XML
editor has trouble with my XSD. It gets confused by my XML frequently,
and the autocomplete often fails to find certain members that are
clearly mentioned in the XSD file. Ordinarilly I'd suspect the XSD or
XML files except that
a) they were generated by XSD.EXE and
b) my XML deserializes just fine.
so I'm left wondering why Visual Studio doesn't like my XML... and am
starting to look into alternatives. I tried JAXE, quickly found it
painful, and so am coming here for recommendations. Any good XSD-aware
XML editors suitable for hobbywork?
.
- Prev by Date: Re: c# and mssql
- Next by Date: Memory Size
- Previous by thread: Re: xml c# sql server 2005 what a mess
- Next by thread: Memory Size
- Index(es):
Relevant Pages
|