Hi, Alberto
Alberto Cabello Sanchez schrieb:
> I just realized that something like this
>
> <p style="Normal" xid="45" props="text-align:left; font-size:9pt"><c props="lang:de-DE; font-size:9pt">[nachname(x)] [vornamen(x)]</c><c props="lang:de-DE; font-size:9pt">, [konfession(x)]</c><c props="lang:de-DE; font-size:9pt">, [nachname([inrvater(x)])] [vornamen([inrvater(x)])]</c></p>
>
> keeps all the content in a line, but this
>
> <p style="Normal" xid="45" props="text-align:left; font-size:9pt">
> <c props="lang:de-DE; font-size:9pt">[nachname(x)] [vornamen(x)]</c>
> <c props="lang:de-DE; font-size:9pt">, [konfession(x)]</c>
> <c props="lang:de-DE; font-size:9pt">, [nachname([inrvater(x)])] [vornamen([inrvater(x)])]</c>
> </p>
>
> breaks lines. Actually, if you put text between </c> and <c> it appears in the
> document.
>
Ok, I understand.
If I have normal content I have to write it in one line.
In the export template for the genealogy program first I have to check
if the data field is empty.
It looks like this:
1[if]([nachname(x)]/=)
1<p style="Normal" xid="45" props="text-align:left; font-size:9pt"><c
props="lang:de-DE; font-size:9pt">[nachname(x)]</c>
1[end]
1[if]([vornamen(x)]/=)
1<c props="lang:de-DE; font-size:9pt">, [vornamen(x)]</c>
1[end]
1[if]([konfession(x)]/=)
1<c props="lang:de-DE; font-size:9pt">, [konfession(x)]</c>
1[end]
1[if]([nachname([inrvater(x)])]/=)
1<c props="lang:de-DE; font-size:9pt">, [nachname([inrvater(x)])]</c>
1[end]
1[if]([vornamen([inrvater(x)])]/=)
1<c props="lang:de-DE; font-size:9pt">, [vornamen([inrvater(x)])]</c>
1[end]
1</p>
After export I have xml like this
<p style="Normal" xid="45" props="text-align:left; font-size:9pt"><c
props="lang:de-DE; font-size:9pt">Brenzinger</c>
<c props="lang:de-DE; font-size:9pt">, Adolf</c>
<c props="lang:de-DE; font-size:9pt">, rk</c>
<c props="lang:de-DE; font-size:9pt">, Brenzinger</c>
<c props="lang:de-DE; font-size:9pt">, Hubert</c>
</p>
Is there no chance to switch the line break of and set it manually?
For example:
<line break off>
<p style="Normal" xid="45" props="text-align:left; font-size:9pt"><c
props="lang:de-DE; font-size:9pt">Brenzinger</c>
<c props="lang:de-DE; font-size:9pt">, Adolf</c>
<c props="lang:de-DE; font-size:9pt">, rk</c>
<c props="lang:de-DE; font-size:9pt">, Brenzinger</c>
<c props="lang:de-DE; font-size:9pt">, Hubert</c>
</p>
</line break off>
<br/>
I hope it is understandable.
Gruß Bernd
-----------------------------------------------
To unsubscribe from this list, send a message to
abiword-user-request@abisource.com with the word
unsubscribe in the message body.
Received on Fri May 29 16:47:54 2009
This archive was generated by hypermail 2.1.8 : Fri May 29 2009 - 16:47:54 CEST