Re: [PATCH] small change to tabular to write attributes in XML style

2000-09-26 Thread Lars Gullik Bjønnes
Gaillard Pierre-Olivier <[EMAIL PROTECTED]> writes: | Hello, | | I noticed that the change was both backward and forward compatible (I | did not need to change the methods for reading) so I did it. | | I have added 2 local methods to write attributes because using "<<" | would have been awkward

[PATCH] small change to tabular to write attributes in XML style

2000-09-23 Thread Gaillard Pierre-Olivier
Hello, I noticed that the change was both backward and forward compatible (I did not need to change the methods for reading) so I did it. I have added 2 local methods to write attributes because using "<<" would have been awkward : there would have been so many "\"" all around. I believe it wou