Page 1 of 1

making browsing and data entry easier

Posted: Wed Aug 25, 2004 3:02 am
by greggw
Dear oXygen people:

I have been an oXygen user/subscriber for almost two years, and I am largely happy with the product overall. However, I do not need most of the features you have added in the last two years, and I'm continually surprised when each update fails to provide what I (and many other users) need: namely, simple and efficient ways to browse XML documents and enter XML-based data.

XML is hard to read and, to understand it, you need to be able to see as much of the XML document at a time. I thought that your Tree Editor would help, and to some extent, it does. However, I would appreciate seeing improvements that would make the Tree Editor more efficient in its use of space. For example, to display an element with a value and one attribute takes three lines. It would be great if you could have a mode that enables you to see this data or, more realistically, part of this data in one line, perhaps something like this:

paragraph text-type = "plain" "In this section, we cover..."

where paragraph is the element, text-type is its attribute, and its content is a paragraph of text that begins with "In this section we cover". Another way to enable the main oXygen editor to show more data is to enable the editor to do "code folding"--that is, to let the editor hide or show an entire element with a single mouse click.

I would also appreciate anything that you can come up with to make it easier to add "records" of data that are destined to be expressed in an XML format. Even a simple form that makes it quick and easy to enter successive "records" of data, which then are output as XML as a series of property/value pairs would help--I could then use XSLT to transform that into the XML the that I need.

Please feel free to contact me if you like more details. Thanks for listening.

Posted: Wed Aug 25, 2004 10:24 am
by george
Hi Greg,

Thanks for your message.

> paragraph text-type = "plain" "In this section, we cover..."

The tree based outliner offers a similar view. It presents the element together with the first attribute value and with the text content.

Code folding is on our todo list.
We will look also into data entry possibilities.

Best Regards,
George

One-line element view in Tree Editor?

Posted: Wed Aug 25, 2004 8:40 pm
by greggw
Dear George,

I am impressed by and appreciate your quick response. Regarding:

> The tree based outliner offers a similar view. It presents the element together
> with the first attribute value and with the text content.

Can you tell me how to do this? I have version 4.2, and I can't find any preference setting that causes this behavior to happen in the Tree Editor. Many thanks.

--Gregg

Posted: Thu Aug 26, 2004 11:33 am
by george
Hi Gregg,

You can see the outliner in the left-buttom part of the application when you edit in text mode:
http://www.oxygenxml.com/img/oxygen-mac.gif

Best Regards,
George