[Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Mark Rotteveel
As I am working on a new implementation of the wire protocol in Jaybird, I occasionally run into things that are not (clearly) documented in the wireprotocol documentation (src/docs/firebirddocs/wireprotocol.xml). Are there any objections if I add to or improve on this document? Mark -- Mark R

Re: [Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Paul Vinkenoog
Hi Mark, > As I am working on a new implementation of the wire protocol in Jaybird, > I occasionally run into things that are not (clearly) documented in the > wireprotocol documentation (src/docs/firebirddocs/wireprotocol.xml). > > Are there any objections if I add to or improve on this document?

Re: [Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Mark Rotteveel
On 31-12-2013 14:33, Paul Vinkenoog wrote: > Hi Mark, > >> As I am working on a new implementation of the wire protocol in Jaybird, >> I occasionally run into things that are not (clearly) documented in the >> wireprotocol documentation (src/docs/firebirddocs/wireprotocol.xml). >> >> Are there any

Re: [Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Paul Vinkenoog
Mark Rotteveel wrote: > >> As I am working on a new implementation of the wire protocol in Jaybird, > >> I occasionally run into things that are not (clearly) documented in the > >> wireprotocol documentation (src/docs/firebirddocs/wireprotocol.xml). > >> > >> Are there any objections if I add to

Re: [Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Mark Rotteveel
On 31-12-2013 17:39, Paul Vinkenoog wrote: > Mark Rotteveel wrote: >> Annoyance number one: xmlmind does not use the same linebreak behaviour >> (which elements get a linebreak after open) and whitespace as the >> original author (spaces vs tabs). My first commit is going to change a >> lot of whit

Re: [Firebird-docs] Wireprotocol documentation

2013-12-31 Thread Paul Vinkenoog
Mark Rotteveel wrote: > You can configure if XMLmind indents at all, and the number of spaces, > it unfortunately does not support using tabs instead of spaces. I could > of course make XMLmind use a relatively large number of spaces and > replace those with tabs before a commit, but that sounds a