this is not a bug, the schema at http://taverna.sourceforge.net/2008/xml/plugins/plugins-2008-10-16.xsd specificly allows this (to avoid forcing the namespace.
<xsd:schema targetNamespace="http://taverna.sf.net/2008/xml/plugins" elementFormDefault="unqualified" attributeFormDefault="unqualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:plugins="http://taverna.sf.net/2008/xml/plugins"> Even if you 'forget' the xmlns bit Taverna will forgive you and parse your plugin definition, as it 'overrides' the top level element to be like a <plugins:plugins> element. I believe it should still work if you use <plugins:plugin> etc. for the inner elements. On Thu, Dec 10, 2009 at 15:48, Egon Willighagen <[email protected]> wrote: > Hi all, > > when working on my XMPP plugin, I noted the namespacing in the > plugin/plugins.xml file: > > <?xml version="1.0" encoding="UTF-8"?> > <plugins:plugins xmlns:plugins="http://taverna.sf.net/2008/xml/plugins"> > <plugin> > > I am sure the intention is that all elements are in the > "http://taverna.sf.net/2008/xml/plugins" namespace, which is currently > not the case: the <plugin> element is now in the "" namespace. > > I created an account on the bug track system, but could not find where > to file a new bug report... > > Egon > > -- > Post-doc @ Uppsala University > Homepage: http://egonw.github.com/ > Blog: http://chem-bla-ics.blogspot.com/ > PubList: http://www.citeulike.org/user/egonw/tag/papers > > ------------------------------------------------------------------------------ > Return on Information: > Google Enterprise Search pays you back > Get the facts. > http://p.sf.net/sfu/google-dev2dev > _______________________________________________ > taverna-hackers mailing list > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ > Developers Guide: http://www.mygrid.org.uk/tools/developer-information > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
