RE: tablePositions empty assertion error in version 1.0

2012-03-14 Thread Thomas Morrison
’ as part of the recipe. Tom From: Glenn Adams [mailto:gl...@skynav.com] Sent: Wednesday, March 14, 2012 2:12 PM To: fop-users@xmlgraphics.apache.org Cc: Thomas Morrison Subject: Re: tablePositions empty assertion error in version 1.0 A little experimentation quickly shows: (1

RE: FOP 1.0 - TLE values based on XML values

2012-03-22 Thread Thomas Morrison
Instead of: afp:tag-logical-element name=Job value=@Job/ Try this: afp:tag-logical-element name=Job value={@Job}/ Tom Morrison Senior Manager, Systems Software Projects Micro Focus This message has been scanned by MailController - portal1.mailcontroller.co.uk

RE: FOP 1.0 - TLE values based on XML values

2012-03-22 Thread Thomas Morrison
Great! It worked!!! I had to set it this way afp:tag-logical-element name=Job value={Job/@Job}/ For the record, this is strictly an XSLT/XPath thing. Using the braces {} in this manner is called an attribute value template. This instructs the XSLT processor to interpret the value of an

RE: White Space Added but Not Needed

2012-06-22 Thread Thomas Morrison
Rita, There are a couple of different techniques you can use better to control the whitespace. First, you could use an xsl:choose which would allow you to construct an if-then-else so you can specify completely either a 28 or #28 without dealing with the whitespace problem. Second, the

RE: White Space Added but Not Needed

2012-06-22 Thread Thomas Morrison
Direct: +1.512.340.4822 Mobile: +1.512.785.9347 -Original Message- From: Thomas Morrison [mailto:thomas.morri...@microfocus.com] Sent: Friday, June 22, 2012 2:13 PM To: fop-users@xmlgraphics.apache.org Subject: RE: White Space Added but Not Needed Rita, There are a couple of different

RE: FOP 1.1 - Unable to break line in PDF

2013-02-28 Thread Thomas Morrison
Perhaps it is due to the XML parser behaving correctly. A conforming XML parser must normalize the whitespace character (new line) to a space. This particular requirement is in the specification at: http://www.w3.org/TR/REC-xml/#AVNormalize The first example shows this behavior. Best

RE: Repeating elements within repeating elements

2013-03-21 Thread Thomas Morrison
Robert, Not sure it is a better way, but you can use the document structure and the XPath preceding-sibling axis to get the same result. The attached is a modification of your first XSL. Best regards, Tom Morrison From: Robert Meyer [mailto:rme...@hotmail.co.uk] Sent: Friday, March 15, 2013