I am with you on FM random behavior. Glad you got it to work.
:)

Urszula Witherell
www.jetsetcom.net | www.trainingonsite.com
301.524.3165

Sent from iPad

> On Jan 6, 2017, at 10:46 AM, Rick Quatro <r...@rickquatro.com> wrote:
> 
> Before I forget, I am using FrameMaker 2015. I checked and 
> RemoveExtraWhiteSpaceOnXMLImport is On. Thanks for the suggestion.
> 
> Apparently, it is the way the original xml is "formatted". If I change this:
> 
> <tr>
> <td><p>January 1, 2017</p></td>
> <td style="text-align: center;"><p>$10.50</p></td>
> <td style="text-align: center;"><p>$10.00<br/>(current rate)</p></td>
> </tr>
> 
> To this (the whole <tr>...</tr> one one line):
> 
> <tr><td><p>January 1, 2017</p></td><td style="text-align: 
> center;"><p>$10.50</p></td><td style="text-align: 
> center;"><p>$10.00<br/>(current rate)</p></td></tr>
> 
> I no longer get the extra white space. Note that with the former, I was only 
> getting the extra white space inside the first <td> but not the other two.
> 
> I can get the desired result by using
> 
> <xsl:strip-space elements="tr"/>
> 
> in my stylesheet, but in my opinion, FrameMaker is being stupid with this 
> behavior. There is no reason it should put the extra white space in the first 
> column. Thanks.
> 
> Rick
> 
> From: Urszula Witherell [mailto:urszulawither...@jetsetcom.net] 
> Sent: Friday, January 06, 2017 10:30 AM
> To: Rick Quatro; framers@lists.frameusers.com
> Subject: Re: [Framers] White space in tables
> 
> You may want to check two places:
> EDD Suffix rules that could add a space to <p> element
> or
> maker.ini line: RemoveExtraWhiteSpacesOnXMLImport=On
> it may be Off
> 
> Best regards,
> Urszula
> 
> On January 6, 2017 at 10:00 AM Rick Quatro <r...@rickquatro.com> wrote:
> Hello and Happy New Year Framers,
> I have xml with this basic structure for a table row:
> <tr>
> <td><p>January 1, 2017</p></td>
> <td style="text-align: center;"><p>$10.50</p></td>
> <td style="text-align: center;"><p>$10.00<br/>(current rate)</p></td>
> </tr>
> When I open this with FrameMaker, I get extra white space after the first
> column's <p> text. The second and third columns display fine. As you can
> see, there is no extra white space in my <td> or <p> elements. Any ideas on
> where the extra white space comes from and how to prevent it? Thank you very
> much.
> Rick
> Rick Quatro
> Carmen Publishing Inc.
> r...@frameexpert.com
> 585-366-4017
> Do you lock your doors?
> www.pornfree.solutions
> 
> _______________________________________________
> 
> This message is from the Framers mailing list
> 
> Send messages to framers@lists.frameusers.com
> Visit the list's homepage at  http://www.frameusers.com
> Archives located at 
> http://www.mail-archive.com/framers%40lists.frameusers.com/
> Subscribe and unsubscribe at 
> http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
> Send administrative questions to listad...@frameusers.com

_______________________________________________

This message is from the Framers mailing list

Send messages to framers@lists.frameusers.com
Visit the list's homepage at  http://www.frameusers.com
Archives located at http://www.mail-archive.com/framers%40lists.frameusers.com/
Subscribe and unsubscribe at 
http://lists.frameusers.com/listinfo.cgi/framers-frameusers.com
Send administrative questions to listad...@frameusers.com

Reply via email to