473,396 Members | 1,940 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

XML Editors

First I am just starting off using Linux, trying to wean myself away
from Microsoft.

I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".

Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".

Thank you for your time,
Scott M.

Mar 2 '07 #1
19 1788
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.

I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".

Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".

Thank you for your time,
Scott M.
http://www.conglomerate.org/intro.html

Does that look like it'll work?
Mar 2 '07 #2
I'm not familiar with the "data grid view", so I have no comments on
whether there's anything precisely equivalent. There are a lot of of
portable XML editors, including several which happily plug into or work
smoothly with Eclipse (which is in some sense the portable equivalent of
Visual Studio)... but I tend to either edit my XML entirely manually (eg
with Emacs XML mode) or entirely programmatically, so I haven't had
reason to go looking for compromises between those extremes.
Generating a schema from an XML file... "That trick rarely works". It's
certainly possible to automatically generate ONE OF the possible schemas
which describes a document, but that will generally be over-specific in
some areas and under-specific in others. There are tools which will take
a collection of XML files and attempt to derive a common schema that
covers the whole set, but success still tends to be limited; at best you
may get something that's close enough that it's worth using as a basis
for manually taking it the rest of the way.

Designing the schema first, then using it to guide creation of instance
documents, is the ideal approach. If you aren't ready to do that...
maybe you should be sticking with well-formed documents until the design
settles down?
Mar 2 '07 #3
On Mar 2, 12:34 pm, Michael Robinson <m...@mkronline.comwrote:
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
I will take a look at it, it appears to look like it would work -
Thanks !!!!!
2005. Of course it also checks the XML document for being "well
formed".
Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".
Thank you for your time,
Scott M.

http://www.conglomerate.org/intro.html

Does that look like it'll work?

Mar 3 '07 #4
On Mar 2, 12:34 pm, Joseph Kesselman <keshlam-nos...@comcast.net>
wrote:
I'm not familiar with the "data grid view", so I have no comments on
whether there's anything precisely equivalent. There are a lot of of
portable XML editors, including several which happily plug into or work
smoothly with Eclipse (which is in some sense the portable equivalent of
Visual Studio)... but I tend to either edit my XML entirely manually (eg
with Emacs XML mode) or entirely programmatically, so I haven't had
reason to go looking for compromises between those extremes.

Generating a schema from an XML file... "That trick rarely works". It's
certainly possible to automatically generate ONE OF the possible schemas
which describes a document, but that will generally be over-specific in
some areas and under-specific in others. There are tools which will take
a collection of XML files and attempt to derive a common schema that
covers the whole set, but success still tends to be limited; at best you
may get something that's close enough that it's worth using as a basis
for manually taking it the rest of the way.

Designing the schema first, then using it to guide creation of instance
documents, is the ideal approach. If you aren't ready to do that...
maybe you should be sticking with well-formed documents until the design
settles down?
Yeah, I was not too impressed with the schema generated by Microsoft
Visual Studio either, but the concept intrigued me and does provide a
foundation to start from - especially if one hand wrote an XML
document.

I will into Eclipse (http://www.eclipse.org/) and Conglomerate (http://
www.conglomerate.org/intro.html), it looks like either or both may
satisfy this requirement. Heck, maybe "emacs" would work, but I am
not familiar with its abilities, it sounds text based, maybe like an
ISPF mainframe editor but with added features could support entering
of data in XML nodes....

Thanks for the pointers,
Scott M.
Here are some links to pics that kind of depict what I was talking
about....

Using the XML and Schema Designers
http://www.samspublishing.com/librar...eqNum=136&rl=1
http://www.samspublishing.com/conten...ks/12fig04.jpg
http://www.samspublishing.com/conten...ks/12fig08.jpg
http://www.samspublishing.com/conten...ks/12fig11.jpg
Mar 3 '07 #5
ray
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.

I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".

Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".

Thank you for your time,
Scott M.
I don't know what distribution you're using (it is often helpful to
include that), but I've installed an XML editor on my laptop - don't
recall the name. I'd suggest you start up your package management tool and
search for 'xml' or 'xml editor' and see what pops up. There were a couple
in Ubuntu repositories.

Mar 3 '07 #6
ray
On Fri, 02 Mar 2007 18:44:44 -0700, ray wrote:
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
>First I am just starting off using Linux, trying to wean myself away
from Microsoft.

I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".

Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".

Thank you for your time,
Scott M.

I don't know what distribution you're using (it is often helpful to
include that), but I've installed an XML editor on my laptop - don't
recall the name. I'd suggest you start up your package management tool and
search for 'xml' or 'xml editor' and see what pops up. There were a couple
in Ubuntu repositories.

Just checked - it is 'kxml'.

Mar 3 '07 #7
On Mar 2, 8:44 pm, ray <r...@zianet.comwrote:
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".
Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".
Thank you for your time,
Scott M.

I don't know what distribution you're using (it is often helpful to
include that), but I've installed an XML editor on my laptop - don't
recall the name. I'd suggest you start up your package management tool and
search for 'xml' or 'xml editor' and see what pops up. There were a couple
in Ubuntu repositories.
Sorry about that installed SUSE 10.2 on my machine....

Just spent half the night messing with "conglomerate", guess I am
missing something, plus reading one of their numerous "read me files"
it said that 0.9.1 not to expect too much......

duh, I had gone through the "Package Groups", "Search" in YaST on XML
brought up a whole slew of stuff, there went an evening.

Really love the learning curve, getting a "tar" file then trying to
figure out where to put it, which switch to use, where to put the
install and then oops mistyped something, where did it
go.......... F@$% %^&&^$#^%# ........... oops that is how one
archives it tape, figure this all out but cannot compile or
something..........
..........then after four hours, a noble guide informs this lost soul
that it is on their machine already, even found "conglomerate", check
the boxes, pull the CD's and away we go, I hope.... It is midnight
there are a few more hours left....

Would like to find a brain dead site, for example this "tar"
thing.....
Copy files to or restore files from an archive medium. Options need
not be preceded by "-" (though they may be). The exception to this
rule is when your are using a long-style option. - Linux In a
Nutshell page 429. I then got to read three pages of options all to
figure out how to use "tar", my GUI Archive Manager would export, but
then the question was to where, my local user, root, under /usr/
bin....... where is the "politically correct" rule of thumb location
for downloaded apps ?

Installing as I type here, thanks oh great masters of the "tar" and
the "grep" - seriously thanks, lets see how this goes,

Scott M.

Mar 3 '07 #8
Okay, I like the KXML Editor, interesting in that I am using GNOME yet
this is a KDE tool....
"conglomerate" has a little ways to go, maybe it can be configured
but....

Thanks again,
Scott M.

Mar 3 '07 #9
On Mar 3, 1:08 am, "L. Scott M." <scotte...@comcast.netwrote:
Okay, I like the KXML Editor, interesting in that I am using GNOME yet
this is a KDE tool....
"conglomerate" has a little ways to go, maybe it can be configured
but....

Thanks again,
Scott M.
Still a tabular format would be helpful where the elements containing
data vs elements would be displayed like a table - for example the
"row / node" "NAME" would look like this:

FIRST MIDDLE LAST
Scooby none Doo
Name none Changed

<XMLROOT>
<PEOPLE>
<NAME>
<FIRST>Scooby</FIRST>
<MIDDLE>none</MIDDLE>
<LAST>Doo</LAST>
</NAME>
<NAME>
<FIRST>Name</FIRST>
<MIDDLE>none</MIDDLE>
<LAST>Changed</LAST>
</NAME>
<ADDRESS>
<LOCATION01>222 Normal Street</LOCATION01>
<CITY>Mayberry</CITY>
<STATE>NC</STATE>
<ZIP>55555</ZIP>
<TYPE>STREET</TYPE>
</ADDRESS>
</PEOPLE>
</XMLROOT>

Mar 3 '07 #10
oXygen XML Editor offers you all you asked for:
- editing in source mode
- editing in grid mode
- generate schema from XML files
and a lot more, see
http://www.oxygenxml.com

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
On Mar 2, 6:37 pm, "L. Scott M." <scotte...@comcast.netwrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.

I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".

Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".

Thank you for your time,
Scott M.

Mar 3 '07 #11
L. Scott M. wrote:
Still a tabular format would be helpful where the elements containing
data vs elements would be displayed like a table
Suggestion: Edit as a table, then write a bit of code to import that
into XML. The fact that XML is your shared/portable representation does
always not make it the best representation to use when actually working
with the data.
--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Mar 3 '07 #12
in message <11**********************@t69g2000cwt.googlegroups .com>, George
Bina ('g*****@oxygenxml.com') wrote:
oXygen XML Editor offers you all you asked for:
- editing in source mode
- editing in grid mode
- generate schema from XML files
and a lot more, see
http://www.oxygenxml.com
Seconded. Not free, not open source, but an excellent product nevertheless.
Good integration with the Eclipse IDE, if you use that.

--
si***@jasmine.org.uk (Simon Brooke) http://www.jasmine.org.uk/~simon/
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GP/CS s++: a++ C+++ ULBVCS*++++$ L+++ P--- E+>++ W+++ N++ K w--(---)
M- !d- PS++ PE-- Y+ PGP !t 5? X+ !R b++ !DI D G- e++ h*(-) r++ y+++
------END GEEK CODE BLOCK------

Mar 3 '07 #13
["Followup-To:" header set to alt.os.linux.]
L. Scott M. <sc*******@comcast.net>:
On Mar 2, 8:44 pm, ray <r...@zianet.comwrote:
On Fri, 02 Mar 2007 08:37:50 -0800, L. Scott M. wrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
I don't know what distribution you're using (it is often helpful to

Sorry about that installed SUSE 10.2 on my machine....

Really love the learning curve, getting a "tar" file then trying to
figure out where to put it, which switch to use, where to put the
Assuming "blah.tar.gz" or "blah.tgz":

i) To see what's in it:

tar tvzf blah.tgz # add "| less" if more than a
# screenful.

ii) To extract it:

cd /some/where/safe # Ie. "cd" takes you $HOME, "mkdir dwn"
# creates $HOME/dwn, now "cd dwn"

tar xzf /path/to/blah.tgz # dumps contents into $HOME/dwn

Or, to pull a single file out of blah.tgz, just name that file
on the end of the command line. You get the name from the
"tvzf" output.
Copy files to or restore files from an archive medium. Options need
iii) Create compressed tar file:

cd
tar czf blah.tgz dwn # archives and gzips all contents of
# $HOME/dwn into $HOME/blah.tgz
not be preceded by "-" (though they may be). The exception to this
rule is when your are using a long-style option. - Linux In a
Nutshell page 429. I then got to read three pages of options all to
figure out how to use "tar", my GUI Archive Manager would export, but
then the question was to where, my local user, root, under /usr/
bin....... where is the "politically correct" rule of thumb location
for downloaded apps ?
Either in your $HOME if they're just for you, or in /usr/local if for
system wide use.
Installing as I type here, thanks oh great masters of the "tar" and
the "grep" - seriously thanks, lets see how this goes,
"tar" is quite versatile, which means a lot of options for special
cases. Most people will never need to use the more obscure ones. One
relatively obscure one they might need or want is "bzip
compression/decompression", which is the "j" (or --bzip2) switch
instead of "z" (or --compress, --uncompress). bzip arguably does
better compression than gzip, though it may also be more resource
intensive (better compression == slower).

As for XML, I've done a bit with it but only in text editors (emacs)
which isn't what you're looking for. I think I prefer to avoid XML
for now. :-)
--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Spammers! http://www.spots.ab.ca/~keeling/emails.html
Mar 3 '07 #14
ray
>
Sorry about that installed SUSE 10.2 on my machine....
YMMV but I've found Suse to be somewhat difficult to work with and very
slow on normal software installs, updates, etc. I find that Debian derived
systems like Debian, Ubuntu, Elive suit me much better.
>
Just spent half the night messing with "conglomerate", guess I am
missing something, plus reading one of their numerous "read me files"
it said that 0.9.1 not to expect too much......

duh, I had gone through the "Package Groups", "Search" in YaST on XML
brought up a whole slew of stuff, there went an evening.

Really love the learning curve, getting a "tar" file then trying to
figure out where to put it, which switch to use, where to put the
install and then oops mistyped something, where did it
go.......... F@$% %^&&^$#^%# ........... oops that is how one
archives it tape, figure this all out but cannot compile or
something..........
.........then after four hours, a noble guide informs this lost soul
that it is on their machine already, even found "conglomerate", check
the boxes, pull the CD's and away we go, I hope.... It is midnight
there are a few more hours left....

Would like to find a brain dead site, for example this "tar"
thing.....
Copy files to or restore files from an archive medium. Options need
not be preceded by "-" (though they may be). The exception to this
rule is when your are using a long-style option. - Linux In a
Nutshell page 429. I then got to read three pages of options all to
figure out how to use "tar", my GUI Archive Manager would export, but
then the question was to where, my local user, root, under /usr/
bin....... where is the "politically correct" rule of thumb location
for downloaded apps ?

Installing as I type here, thanks oh great masters of the "tar" and
the "grep" - seriously thanks, lets see how this goes,

Scott M.
Mar 3 '07 #15
On Mar 3, 2:51 am, "George Bina" <geo...@oxygenxml.comwrote:
oXygen XML Editor offers you all you asked for:
- editing in source mode
- editing in grid mode
- generate schema from XML files
and a lot more, seehttp://www.oxygenxml.com

Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/XML Editor, Schema Editor and XSLT Editor/Debuggerhttp://www.oxygenxml.com

On Mar 2, 6:37 pm, "L. Scott M." <scotte...@comcast.netwrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".
Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".
Thank you for your time,
Scott M.
Yes, oXygen (http://www.oxygenxml.com) sounds like just what I want
with the grid views and the price is reasonable (especially compared
to MS solutions).

Folks thanks again for all your assistance and options,
Scott M.

Mar 3 '07 #16
Liquid XML Studio contains a comprehensive graphical XSD editor, and
best of all its FREE. We've been using it for quite a bit as our
company won't stump up the cash for xmlspy. Its done pretty much
everything we've wanted it to, and our schemas are pretty complex. I
think the url is http://www.liquid-technologies.com.

Cheers James
On Mar 3, 11:04 pm, "L. Scott M." <scotte...@comcast.netwrote:
On Mar 3, 2:51 am, "George Bina" <geo...@oxygenxml.comwrote:


oXygen XMLEditoroffers you all you asked for:
- editing in source mode
- editing in grid mode
- generate schema from XML files
and a lot more, seehttp://www.oxygenxml.com
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/XMLEditor, SchemaEditorand XSLTEditor/Debuggerhttp://www.oxygenxml.com
On Mar 2, 6:37 pm, "L. Scott M." <scotte...@comcast.netwrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".
Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".
Thank you for your time,
Scott M.

Yes, oXygen (http://www.oxygenxml.com) sounds like just what I want
with the grid views and the price is reasonable (especially compared
to MS solutions).

Folks thanks again for all your assistance and options,
Scott M.- Hide quoted text -

- Show quoted text -

Mar 4 '07 #17
On Mar 4, 12:08 pm, jamesd...@gmail.com wrote:
Liquid XML Studio contains a comprehensive graphical XSD editor, and
best of all its FREE. We've been using it for quite a bit as our
company won't stump up the cash for xmlspy. Its done pretty much
everything we've wanted it to, and our schemas are pretty complex. I
think the url ishttp://www.liquid-technologies.com.

Cheers James

On Mar 3, 11:04 pm, "L. Scott M." <scotte...@comcast.netwrote:
On Mar 3, 2:51 am, "George Bina" <geo...@oxygenxml.comwrote:
oXygen XMLEditoroffers you all you asked for:
- editing in source mode
- editing in grid mode
- generate schema from XML files
and a lot more, seehttp://www.oxygenxml.com
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
<oXygen/XMLEditor, SchemaEditorand XSLTEditor/Debuggerhttp://www.oxygenxml.com
On Mar 2, 6:37 pm, "L. Scott M." <scotte...@comcast.netwrote:
First I am just starting off using Linux, trying to wean myself away
from Microsoft.
I have some XML files that I have been supporting using Microsoft
Visual Studio 2003/2005, within this enterprise they have the ability
to edit XML files as standard text and they have the ability to edit
the file in a "data grid" view. The "data grid" provides an easy way
to enter data within XML nodes. I know that VS 2003 will also
generate a schema "xsd" file from an "xml" file - have not tried with
2005. Of course it also checks the XML document for being "well
formed".
Does the Linux community have a package that can provide the same
capabilities as the MS nemisis ? Yes, I do know that cutting/pasting
works but when one is transcribing notes into a document one does not
want to worry about "tags".
Thank you for your time,
Scott M.
Yes, oXygen (http://www.oxygenxml.com) sounds like just what I want
with the grid views and the price is reasonable (especially compared
to MS solutions).
Folks thanks again for all your assistance and options,
Scott M.- Hide quoted text -
- Show quoted text -

http://www.liquid-technologies.com/Download.aspx
http://www.liquid-technologies.com/Purchase.aspx

Not sure what registration means but it seems to be a thirty day
trial....

Mar 4 '07 #18
Here is a demo of oXygen's XML editors grid functionality for those of
you who are interested. It is a little different than Microsoft's
Visual Studio XML capabilities but the grid concept does make entering
data into XML files a lot easier, not to mention being able to sort
the nodes. I will probably cough up the money for the individual
license - give me a few more weeks of annoyance, till the next time I
have to hunt for the node/element to insert data.

http://www.oxygenxml.com/demo/GridEd...ridEditor.html

Mar 8 '07 #19
L. Scott M. <sc*******@comcast.netwrote:
Here is a demo of oXygen's XML editors grid functionality for those of
you who are interested. It is a little different than Microsoft's
Visual Studio XML capabilities but the grid concept does make entering
data into XML files a lot easier, not to mention being able to sort
the nodes. I will probably cough up the money for the individual
license - give me a few more weeks of annoyance, till the next time I
have to hunt for the node/element to insert data.

http://www.oxygenxml.com/demo/GridEd...ridEditor.html
Hi,

I wrote a free simple XML editor wich is dedicated to correcting and
validating XML. It has besides a source view also a treetable view where
you can "tagfree" edit values. In this view you don't have to bother
escaping XML reserved characters like the ampersand character.
The editor is written in java, so should work on all platforms.
You can find it on http://www.donkeydevelopment.com
Regards
D.Deneer
Mar 8 '07 #20

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

Similar topics

11
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
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
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
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
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
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
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
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
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
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
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.