Hi !
I'm brazilian, and that would explain the number of english errors in
this little text :D

I'm trying to edit a template like the "test.odt".

I walk a list and seto values in document fields, using SetField.

for (String chave : campos.keySet()) {
String valor = campos.get(chave);
template.setField(chave, valor);
}

It's working perfect. Now I need to put values with breaklines..

It's working, but the
char "newline" (\n\r or \r\n I never know...) don't create a newline
in the output ODT.

I check the "content.xml" file in the output file, and the newline
char isn't replaced by a tag for end+begin of the line...

Does anyone have any solution for this?

thanks

Fagner Souza

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"jOpenDocument" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jopendocument+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to