RE: Beagle XML/Unix API & Java

2010-03-01 Thread sjeanjean.ext
Hi All, I have captured the XML message when using the Beagle Web. From this XML, I tried to write an XML Schema. The XSD file is attached, what do you think about this schema ? Is it well written ? Then, I used Jaxb to generate the Java Binding Classes (ResponseWrapper.java). In SearchManager.

Re: Beagle XML/Unix API & Java

2010-03-03 Thread D Bera
Its too much effort to verify the xsd file :-). But it looks consistent with whatever I remember about the xml structure of hits. I like the idea of generating the parser from the schema - this way future changes (!) could be easily incorporated. I wish we had used a schema based approach for our C