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 - xslt transform wizard fails to load svg file
Summary: xslt transform wizard fails to load svg file
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 16:41 UTC by brutzman
Modified: 2008-07-15 14:42 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.