Hi Thomas, sorry for the late reply but some other issues kept us busy here.
The XSL seems to have a problem with the "descr" nodes (See the "long" line in
the middle of the following output)
<code>
...
qx.core.Version = function(){return this;}
qx.core.Version = {
__init : function(){;},
toString : function(){;},
};
<p>The qx.core package.</p>qx.dev.Debug = function(){return this;}
qx.dev.Debug = {
debugObject : function(){;},
getFunctionName : function(){;},
};
qx.dev.ObjectSummary = function(){return this;}
qx.dev.ObjectSummary = {
getInfo : function(){;},
};
...
</code>
other than that it seems to be O.K.
We (my colleague and me) are absolute beginners at XSLT transformation tasks,
so we kind of "guessed" what we could change...
The attached file is therefore to be used with caution!!! ;)
We just added this to get rid of the class-description rubbish:
<code>
...
<xsl:template match="desc">
</xsl:template>
...
</code>
After that, aptana liked the file much more!
Unfortunately we do not have any idea how to "comment" or "format" the output
so that aptana displays more hints like object-types, arguments, return-values,
etc. pp.
Peter
> Hey guys,
>
> here is a very first whack at the issue. I've attached an XSL file
> (sorry for the ceremonious header). You can run it e.g. on the class XML
> for qx.application.Basic (from one of my earlier posts), and it will
> produce output that is already pretty close to Peter's code assist file
> entry for that class :).
>
> What do you think?!
>
> Thomas
qx-xml2aptana-ca2.xsl
Description: application/xslt
------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
