Hi, I have a web ontology file (.owl) that I have parsed into a string using the RequestBuilder and was wondering how I can access all of the individual owl:classes and their subclasses on the client, then build a tree from this hierarchy as the xmlparser/dom does not work for this purpose (though as you might expect it has worked on a test xml case).
An alternative would be to use the OWL api on the server and return a hashmap of all the owl:class,sub:class values, then construct the tree from the hashmap. I was just wondering whether its possible to do it on the client. Any help on this matter would be greatly appreciated! Thanks in advance, Ed --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---