Grid View (A Couple Problems)

Oxygen general issues.
inrelief
Posts: 5
Joined: Sat Dec 23, 2006 12:58 pm

Grid View (A Couple Problems)

Post by inrelief »

Hi all,
I have been shopping around for an XML editor with a -good- grid view that doesn't cost at arm and a leg. It seems that oXygen fits the bill, however there are a couple quirky behaviors that are driving me crazy and I need to resolve before I purcahse on a large scale.

1:
When editing xml data with the grid view, new attributes are created inline, that is, there is no line break following the previous row. Granted I could go in and insert them manually, but then why even bother with the grid view?

2:
When converting the grid view to text, the text generator attempts to insert double quotes around double quotes.
eg, <param name="foo" value=""0.00""/>
where is should be
<param name="foo" value='"0.00"'/>
(look carefully, the second line has double quotes enclosed w/single quotes.)
This clearly generates an error on validation.

So, these problems are driving me crazy. I like the product, and enjoy the features it purports to have, but these quirks are driving me away. Can anybody help me resolve them?

Thanks.
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Post by Radu »

Post Reply