BI Publisher xml reports how to build non-breaking spaces
Hello, I am new to this so please bear with me. I have created my RTF Template, and my XML output works fine - but I have a problem with the final PDF report rendered, in some cases data is broken into two lines - how can I introduce a protected space? I have tried conditional formatting,eg <?if@inlines:CLASS_ENTRY_DT!=''?><?xdofx:replace(<CLASS_ENTRY_DT>,' ',' ')?><?end if?> I tried with and without the Inlines - without inlines the date is preceded by a cariage return, with @inlines the date is broken over two lines so the replace isnt working. I cannot use a mask for the date as we output in more than one language so the date is already prepared by the query prior to being recuperated by our xml-tag CLASS_ENTRY_DT. I tried substituting spaces by   prior to posting to the Tag - but then the chars   actually appear in the text when launched from Query Report Viewer! Though if I modify output xml and use Word to produce the pdf then its just fine. So its a problem. Anyone have any idea how to make this work?
0