This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64149 - Strange UI for creating new xml DataLoader
Summary: Strange UI for creating new xml DataLoader
Status: VERIFIED DUPLICATE of bug 62176
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-12 16:52 UTC by Petr Hrebejk
Modified: 2005-12-12 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Hrebejk 2005-09-12 16:52:23 UTC
Sorry if this is invalid. But I wanted to create new DataLoader for .xml files
which contain SVG images. In the first panel of the new FileType wizard I've
chosen the "by XML root element" radio. But the input field undernetch asked for
"Namespace". I was not sure what to fill in, whether "svg" or
"http://www.w3.org/2000/svg". 
After cobsultation of the layer of ANT module it seems to me that the element in
layer should look like:
<element name="svg" ns="http://www.w3.org/2000/svg"/>
But this seems to be impossible to achieve with only one input field.
Comment 1 Jesse Glick 2005-09-12 23:22:34 UTC
Currently if you want to recognize by root element as well as namespace, you
must edit the resolver as text after it has been created.

*** This issue has been marked as a duplicate of 62176 ***
Comment 2 Tomas Danek 2005-12-12 14:32:35 UTC
verified duplicate.