I was hacking together a quick prototype and recalled the comment "A sample AS-IS plugin is provided that adds a single pop-up action to XML files. This pop-up will create the appdef for the parser of an arbitrary XML file. That means that someone can hand you an XML file, you run the action against that file to produce an appdef and then apply the SAX beans pattern to that appdef to create a parser and business beans for that original XML file." in the SAX Beans pattern readme.
This is perfect for what I'm trying to do.. But I can't seem to find the "pop up" I unziped the plugin into eclipses plugins directory.. When I view the "Configuration details" I see: "com.ibm.issw.webserv.encoding (1.0.0) "Encoding Plug-in"
Installed" and
"Configured plug-ins: file:/C:/eclipse/plugins/com.ibm.issw.webserv.encoding/" but I don't see it in the list when I select "plugin details".. When i right click on an xml file I don't see any new menu items.. Any suggestions? Also the comment about xerces being in the classpath.. For Eclipse or the project?
Gary