first, your mailing list sent your reply to my email address and then later to the xmleditor-support list. It doesn't have to send me the reply since i'm on the list... One copy of your reply is enough ;-)
On Tue, 2002-02-19 at 11:32, Hussein Shafie wrote: > Alexander ten Bruggencate wrote: > > ( redhat linux 7.2, jdks 1.3 and 1.4, make-3.79.1 ) > > XXE is developped on SuSE Linux 7.2 with Sun JDK 1.3.1. tsk, tsk, tsk... ^_^ > > - makefile loops when doing a make clean or regular make > > On my machine, the top makefile does not loop for ever, it loops over > its subdirectories (and there is quite a number of theses > subdirectories). Looked at it more closely, it does loop in the sense that i goes back to a directory it's already been but then compiles something different. Perhaps the makefile could me a little more intelligent? as in not compiling something that hasn't been changed and not looping through directories. I note that I havn't reviewed your code and perhaps it must be done the way you do it now. It just seems a waste of time... > > I'm especially happy with the print function and it's ability to handle > > different paper sizes. > > Oh, this is just a quick and dirty way of printing an XML document. The second I pressed send I thought "I really should have checked that...". I was thrown off by the standard java printing dialog... At least the print page x from to y function works (checked it ^_^) > We hope to have the time to develop good > DTD/XML-Schema+CSS+XSLT[HTML]+XSLT[FO] for often needed XML applications > other than the usual DocBook and XHTML (example: email, fax, memo, > letter, article, man page, etc). With these resources XXE will be a real > quality tool. yep, i want to use it to produce letters. Are you guys planning to write your own xml-schema engine? if so why? for example i use xerces from the apache project... -Alexander.

