> Nope, there are a few things wrong, such as missing elements and > tabulation. Install the tools so you can properly check the format of > the docbook. We try to keep the format of the elements as follows: > > <element> > <element> > <element> > And so forth. > </element> > </element> > </element> > > And instead of sending in complete xml files, you should send us a patch > file. You can create a patch file using the cvs diff command, or by > using the diff and patch facilities of your OS.
Agreed, be very careful with whitespace. A patch should not contain whitespace changes. And as already mentioned above, show your unified diff instead so we can see what actually changed... diff -u file.xml Regards, Philip