thuliobuarque / java2word

Automatically exported from code.google.com/p/java2word
0 stars 0 forks source link

XMLTemplate, Placeholders and Tables #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello Leonardo,

I'm working with the XML template that I show u in this issuu 
http://code.google.com/p/java2word/issues/detail?id=76&can=1

I would like to insert a table with some information. I have the xml of the 
table, but it seems I can use a placeholder to insert it.

When I open the template my placeholder is 
<othercode><w:t>prConferenceList</w:t></morecode>. If I replace the code with 
my tables <w:tbl>...</w:tbl> the file brokes.

Any idea of how I should do it?'

Thanks
Alejandro

Original issue reported on code.google.com by alejandr...@gmail.com on 1 Feb 2012 at 6:09

GoogleCodeExporter commented 8 years ago
I found the solution.

If I replace the code <w:t>placeholder</w:t> it works!!

Original comment by alejandr...@gmail.com on 1 Feb 2012 at 7:20

GoogleCodeExporter commented 8 years ago
alright, I will close this one
thanks 

Original comment by leonardo...@gmail.com on 1 Feb 2012 at 11:41