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

Summary: Strange UI for creating new xml DataLoader
Product: apisupport Reporter: Petr Hrebejk <phrebejk>
Component: ProjectAssignee: Milos Kleint <mkleint>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.