making browsing and data entry easier

Are you missing a feature? Request its implementation here.
greggw
Posts: 8
Joined: Sat May 08, 2004 8:38 am
Contact:

making browsing and data entry easier

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
greggw
Posts: 8
Joined: Sat May 08, 2004 8:38 am
Contact:

One-line element view in Tree Editor?

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply