473,503 Members | 10,012 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XML Editors?

Hi, I'm just working on a hobbyhorse command-line app for modders on
TA-Spring. The app is configured using XML deserialization, and I've
generated XSD to make designing the confuration XML files easier... and
in Visual Studio it's relatively painless.

The problem is that I want to be able to use this app without editing
the XML in Visual Studio, and whipping up a whole configuration program
would be a terrible PITA for a little hobbyhorse app. So does anyone
know of a good XML editor that supports using XSD for
intellisense/validation in a user-friendly way? The configuration is
pretty much snap-together building of the tree of configuration
objects, so an XML editor that could reflect this to the user would be
nice.

Oct 13 '06 #1
2 1300


Martin Z wrote:

The problem is that I want to be able to use this app without editing
the XML in Visual Studio, and whipping up a whole configuration program
would be a terrible PITA for a little hobbyhorse app. So does anyone
know of a good XML editor that supports using XSD for
intellisense/validation in a user-friendly way? The configuration is
pretty much snap-together building of the tree of configuration
objects, so an XML editor that could reflect this to the user would be
nice.
You might want to check whether "XML notepad 2006", a .NET 2.0 application
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xmlnotepad.asp>
does what you want.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Oct 13 '06 #2
Been trying it out.. so fare, tried XML Notepad and Jaxe. Jaxe just
doesn't seem to like MS's autogenerated XSD, and XML Notepad doesn't
handle abstract types well. If I have an element defined as an
abstract type in it's XSD, and the XML implementation includes a
non-abstract type in it's XSI:Type attribute, then XML Notepad declares
it invalid and gives up on autocomplete. I'm starting to think the
only XML editor that actually can autocomplete autogenerated DotNet
XSD/XML is Visual Studio itself.

Heheh, is MS ever planning on releasing a stripped-down redistributable
version of Visual Studio Express with only the XML/XSD authoring
features?

Martin Honnen wrote:
Martin Z wrote:

The problem is that I want to be able to use this app without editing
the XML in Visual Studio, and whipping up a whole configuration program
would be a terrible PITA for a little hobbyhorse app. So does anyone
know of a good XML editor that supports using XSD for
intellisense/validation in a user-friendly way? The configuration is
pretty much snap-together building of the tree of configuration
objects, so an XML editor that could reflect this to the user would be
nice.

You might want to check whether "XML notepad 2006", a .NET 2.0 application
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnxmlnet/html/xmlnotepad.asp>
does what you want.

--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Oct 20 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
1694
by: Dustin | last post by:
Hello, I just started programming in Python last night, and I've really enjoyed my experience so far. I would like to know if there is a Windows editor that recognizes Python and will support a...
8
1939
by: Radhika | last post by:
Hi, I am looking for some java based, opensource xml editors which support xml schemas. Can somebody help me??? thanks, Radhika.
0
1138
by: docbook.xml | last post by:
Hello All, I am compiling a list of XML editors and categorizing them by WYSIWYG, WYSIWYM, or TextBased. The secondary categorization is by Freeware/OpenSource/Commercial. The current list is...
15
2636
by: Jam Pa | last post by:
I would like to hear recommendations on good CSS editors. Personally, I would like a CSS editor with 'code-completion'. In effect, I would like to be able to see different properties and their...
47
2099
by: Pmb | last post by:
Can someone suggest a good editor? I'm using WinEdit right now and I'm not that happy with it (I seem to have an old edition and I'm not sure if it was made by the same organization at...
3
1602
by: bbxrider | last post by:
am building a website and using templates to get started much of the page content is gif files, so am investigating different gif editors mostly what is needed so far is a tool that picks up the...
21
1987
by: windandwaves | last post by:
Hi Folk Right now, I am using notepad2 to edit my PHP files. Do you have any recommendations for any php editors I should purchase instead? I dont mind spending some money for a good product....
28
2401
by: rich | last post by:
i know that there are die hard mark uppers that use notepad or some other plain editors...as far as graphic editors are concerned what are some reccomendations both commercial and if any freeware
0
1663
by: CrispinH | last post by:
Hi I've just upgraded some Type Editors from 1.1 to 2.0 and whilst they compile OK, I'm not getting any results in the test harness PropertyGrid. Usually when you select a particular property,...
27
3797
by: prt7u | last post by:
Howdy, I've started back afte a very long time of working with web pages for an organization that I am affiliated with (personally not professionally). Seeing that technology has advanced a lot...
0
7194
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7070
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7267
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7316
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7449
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4993
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4666
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3160
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
729
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.