Copy link to clipboard
Copied
I am pretty sure I asked this before but I can't find the thread. I am using XSLT to transform XML to a FrameMaker table on import. I want a literal tab character at the end of the cells in one of the columns. Here is a snippet of my XSLT:
When the file opens in FrameMaker, I don't get the tab character:
If I substitute any other character for testing, it comes over. Any help will be appreciated.
Oh, by the way:
🙂
To complete THIS post, here is the solution. In the [Preferences] section of maker.ini, change this
RemoveExtraWhiteSpacesOnXMLImport=On
to this
RemoveExtraWhiteSpacesOnXMLImport=Off
Copy link to clipboard
Copied
What happens, if you try  instead of 	 ?
Copy link to clipboard
Copied
My XML editor (Oxygen) reports it as an illegal XML character.
Copy link to clipboard
Copied
Of course, right.
What about this: <xsl:text xml:space="preserve">(actual tab character)</xsl:text>
While (actual tab character) would be a "real" tab (0009)?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
So funny that you found that! I couldn't find it so that is why I reposted. But yes, that worked fine. Thank you Stefan!
Copy link to clipboard
Copied
To complete THIS post, here is the solution. In the [Preferences] section of maker.ini, change this
RemoveExtraWhiteSpacesOnXMLImport=On
to this
RemoveExtraWhiteSpacesOnXMLImport=Off
Copy link to clipboard
Copied
Funny enough, it was given at the top of "Related conversations" 🙂
Copy link to clipboard
Copied
Oops! I need to pay more attention 🙂