docxRaw - Please Provide Working example
-
Hi,
I was not able to make docxRaw example work ,
see example https://playground.jsreport.net/w/benben-user/t7NNI9z3can you please assist @bjrmatos @jan_blaha
-
hi @benben-user
your example does not work because right now receiving the value directly as
xml="<xml here>"
is not supported (i see it is described in the docs with an inline example but there is a lack of support for it). a workaround is to instead pass the xml from a value from your data likexml=xmlRaw
. check this working example