Re: XML-Questions

2020-08-28 Thread Michael Stahl
On 28.08.20 18:02, Regina Henschel wrote: Hi Manfred, Manfred Rebentisch schrieb am 28-Aug-20 um 06:45: Why is the "h" separated? T6 is:    If I will work on the XML-files directly, I avoid to write officeooo:rsid. That attribute makes the file unnecessary complex. The s

Re: XML-Questions

2020-08-28 Thread Regina Henschel
Hi Manfred, Manfred Rebentisch schrieb am 28-Aug-20 um 06:45: Why is the "h" separated? T6 is: If I will work on the XML-files directly, I avoid to write officeooo:rsid. That attribute makes the file unnecessary complex. The setting is in Tools > Options > Writer > Com

Re: XML-Questions

2020-08-28 Thread Michael Stahl
On 28.08.20 06:45, Manfred Rebentisch wrote: Hello, I wrote a tool in C++ to work on content.xml directly to replace some placeholders without using the libreoffice libraries. I wonder about some XML constructions. In a Writer document I write: Manfred Rebentisch{{today}} The XML: Manfred Re

XML-Questions

2020-08-27 Thread Manfred Rebentisch
Hello, I wrote a tool in C++ to work on content.xml directly to replace some placeholders without using the libreoffice libraries. I wonder about some XML constructions. In a Writer document I write: Manfred Rebentisch{{today}} The XML: Manfred Rebentisch{{today}} Why is the "h" separated? T6