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 134411

Summary: xslt transform wizard fails to load svg file
Product: javame Reporter: brutzman <brutzman>
Component: Visual DesignerAssignee: Karol Harezlak <kharezlak>
Status: NEW ---    
Severity: blocker CC: lativ
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description brutzman 2008-05-02 16:41:45 UTC
when using right-arrow-icon XSLT transformation dialog, the Browse button to select a source file refuses to open an
.svg file.

netbeans error message:  "Selected file blah.svg is not an XML file"
Comment 1 Vitaly Bychkov 2008-06-07 12:41:35 UTC
Svg file is a xml file too (image/svg+xml) that is why the xml dataobject functionality should be provided too.
In case of this issue SvgDataobject should provide transformable cookie: org.netbeans.api.xml.cookies.TransformableCookie.
Comment 2 Vitaly Bychkov 2008-06-07 12:51:17 UTC
I'm not sure which subcomponent is correct for svg files support.
Please reassign to more correct if I'm wrong.