Re: [sword-devel] Validating ThML and OSIS modules

2009-01-07 Thread David Haslam
Greg, Was it http://www.ibm.com/developerworks/library/os-ecxml/ XMLBuddy ? -- David Greg Hellings wrote: > > > I've used an XML editing plugin for Eclipse before and I thoroughly > enjoyed it (this is coming from someone who dislikes both Eclipse and > almost all other help-you-beneath-th

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread Greg Hellings
On Wed, Jan 7, 2009 at 12:09 AM, Chris Little wrote: > As a content encoder, XML editors give me the best results when I want to > find encoding errors. They tend to give a better indication of patterns of > errors, whereas validators might only give the first error they identify and > then quit.

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread Chris Little
Jonathan Morgan wrote: On Tue, Jan 6, 2009 at 3:40 PM, Chris Little wrote: So write it and submit a patch. [Some basic requirements: Don't add library dependencies to Sword itself, make the validator toggleable at runtime, and ensure that the validation library is in C/C++ and can compile un

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread Jonathan Morgan
On Tue, Jan 6, 2009 at 7:48 PM, DM Smith wrote: > The job of osis2mod, at this point in time, is to take valid OSIS modules as > input and to normalize that into OSIS that the SWORD engine supports. This > normalized OSIS is then chunked into introductions and verses and stored in > a module. > >

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread Jonathan Morgan
On Tue, Jan 6, 2009 at 3:40 PM, Chris Little wrote: > So write it and submit a patch. > > [Some basic requirements: Don't add library dependencies to Sword itself, > make the validator toggleable at runtime, and ensure that the validation > library is in C/C++ and can compile under Win32 and with

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread DM Smith
On Jan 6, 2009, at 3:14 AM, Jonathan Morgan wrote: I feel that, rather than useless debates about whether certain people's modules are valid ThML or whether valid OSIS has been submitted to CrossWire or not, we should augment osis2mod, imp2mod and friends to use a validating XML parser. That w

Re: [sword-devel] Validating ThML and OSIS modules

2009-01-06 Thread Chris Little
So write it and submit a patch. [Some basic requirements: Don't add library dependencies to Sword itself, make the validator toggleable at runtime, and ensure that the validation library is in C/C++ and can compile under Win32 and with GCC.] --Chris Jonathan Morgan wrote: I feel that, rathe