XSL / XSL-FO and tables Programming Software Development by le_huck … this, i tried to use the same XML and a XSL-FO code to format it: [CODE]<?xml version="1…; </body> </html> </fo:root> </xsl:template> </xsl:stylesheet>[/CODE] i have the [I… Re: XSL multiple tables? Programming Software Development by minamo99 … van Henk! </xsl:text> </fo:block> <fo:block> <fo:block font-weight="…quot;./@caption"/> </fo:block> <fo:block> <xsl:apply-templates select="item&… Re: XSL FO background-color overflow multi column page Programming Software Development by Ossehaas …="green"> <fo:block> <xsl:apply-templates /> </fo:block> <fo:block-container keep-with-previous…; <fo:block>.</fo:block> </fo:block-container> </fo:block-container> </fo:block-container> </xsl:template… XSL FO background-color overflow multi column page Programming Software Development by Ossehaas … page and I need the background color of a fo:block-container to flow like this: 1. Left … need it. [CODE] <xsl:template match="p"> <fo:block-container background-color="green…gt; <fo:block> <xsl:apply-templates /> </fo:block> </fo:block-container> </xsl:template> … Re: XSL FO background-color overflow multi column page Programming Software Development by Ossehaas …'s the job done. [CODE] <xsl:template match="p"> <fo:block-container background-color="{$color}"…}"> <fo:block> <xsl:apply-templates/> </fo:block> </fo:block-container> </xsl:template> [/CODE… Re: XSL multiple tables? Programming Software Development by minamo99 Can anyone please give an XSL:FO solution? My FOP engine does not export to PDF if i use html Re: XSL and javascript problem Programming Software Development by mrame …quot;1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/…1999/XSL/Format" exclude-result-prefixes=&…;http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:msxsl="… XSL and javascript problem Programming Software Development by kained …quot;1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/…1999/XSL/Format" exclude-result-prefixes…="fo"> [/CODE] Any help would be … xsl-fo Community Center Meta DaniWeb by cuih1d …. I read some examples on how transforming my xml to xsl-fo. but i am facing a problem with the position: i… each image Is it possible to edit those postions using (xsl-fo) ??? Error in XSL developed using XMLSpy Programming Software Development by anandunics …2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.…org/1999/XSL/Format" xmlns:xs…<br /> </xsl:otherwise> </xsl:choose> </xsl:template> </xsl:stylesheet> [/CODE] Above is… Re: how to convert xml,xsl to xsl-fo ? Programming Software Development by Sugmuffen You have to write your own XSL-FO document, then run it through a FOP (Formatting Object Processor). For the first, check out http://www.xml.com/pub/a/2001/01/17/xsl-fo/, for the second, check out Apache FOP, https://xmlgraphics.apache.org/fop/. Creating PDF via XSL-FO from XML Programming Software Development by kacieh80 Could someone point me in the right direction of hopefully a library or code examples, any resources on how to take XML and create a PDF using XSL-FO in Python? If I should have to use an XML renderer, then which XML renderer is recommended? Re: Error in XSL developed using XMLSpy Programming Software Development by anandunics … some 1 posts the style embedded in the above XSL. Above XSL is made of Identity Transformation.It can be tested with… how to convert xml,xsl to xsl-fo ? Programming Software Development by servent123 Hi there ! I have xml and xsl files i need to convert them to xslfo files . I need this to convert to pdf files. Thanks. Re: XSL FO background-color overflow multi column page Programming Software Development by minamo99 try adding [CODE][/CODE]keep-together.within-page="always" to the block specifications, that should work for the break before end of page. Re: XSL FO background-color overflow multi column page Programming Software Development by minamo99 Keep them within the same 2 columns and use a column gap to overflow correctly. you can place the bottom in a footer. Also, i dont see any marges or static content for odd and even pages. be sure that is correct to. With kind greetings, Henk. Re: XSL FO background-color overflow multi column page Programming Software Development by minamo99 Well, glad its solved then :). Henk. Re: XSL FO background-color overflow multi column page Programming Software Development by Ossehaas Bottom is ok, now the sides. Re: Problem with xsl variables Programming Software Development by miepmuts …-row> </xsl:for-each> </fo:table-body> </fo:table> </fo:block> </fo:flow> <…;/fo:block> </fo:flow> </fo:page-sequence> </xsl:for-each> </fo:root> </xsl:template> </xsl XSL_FO processor to support <fo:multi-switch> Programming Software Development by swebb …;xsl:apply-templates/></fo:block> </fo:flow> </fo:page-sequence> </fo:root> </xsl:template> <xsl Problem with xsl variables Programming Software Development by miepmuts …;($front_bitmap_height div $sheet_height) * $svg_height"/> </xsl:otherwise> </xsl:choose> </xsl:variable> <!-- Rear Bitmap Variables -->… $sheet_height) * $svg_height"/> </xsl:otherwise> </xsl:choose> </xsl:variable> ... <fo:instream-foreign-object> <svg… Re: duplicate result in XSL Programming Software Development by xml_looser …quot; xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http…://www.w3.org/1999/XSL/Format"…> <pri:prijemkaDetail> <xsl:apply-templates select="//pri:prijemkaDetail"/>….xsd" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:… Help with xsl:collection Programming Software Development by Yikes …quot;2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org…/1999/XSL/Format" xmlns:xs="…quot; select="collection(pfp:Next3())"/> <xsl:for-each select="$temp/test1/test2"> <… Re: Change Background color of every other row in xsl-fo table Programming Software Development by floatingDivs …> </xsl:when> <xsl:otherwise> <xsl:text>odd</xsl:text> </xsl:otherwise> </xsl:choose>…; </xsl:attribute>… Change Background color of every other row in xsl-fo table Programming Software Development by Cory_Brown … background color of every other row in a table with xsl-fo. I'm using nFOP to create pdf's and have… be easy, but my rows are generated with an <xsl-for each> as I do not know ahead of… Re: duplicate result in XSL Programming Software Development by xml_looser …2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org…/1999/XSL/Format" xmlns:xs…lt;/pri:prijemkaHeader> <pri:prijemkaDetail> <xsl:apply-templates select="//pri:prijemkaDetail"/> </… wraping up text in xsl:fo Programming Software Development by sushil.grover hi All i wan t to wrap up text in xsl:of while generating pdf. can anybody help in this. Re: XSL and javascript problem Programming Software Development by kained that didn't work. My one thought is the implements-prefix="user"> is wrong in some way? How do i determine which prefix to use? Also can the javascript be anywhere in the head or is it better to put it either above the head (ie with the includes straight under the doctype decleration) or in the body of the document itself. Tested … Re: Error in XSL developed using XMLSpy Programming Software Development by anandunics Frens.i ave got rid of that prob..thanx... Re: how to convert xml,xsl to xsl-fo ? Programming Software Development by servent123 Thanks Sugmuffen... I checked fop... Actually what i'm trying to do is that I have some charts and table on a jsp page. I need to grab those svgs and tables and embbed them into a pdf file.