Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 10th, 2007, 07:35 AM
mhkay's Avatar
Wrox Author
 
Join Date: Apr 2004
Posts: 4,962
Thanks: 0
Thanked 292 Times in 287 Posts
Default

I think he's trying to produce XSL-FO as the output from the XSLT transformation, and then use some other engine to convert the XSL-FO into RTF. But I might be wrong.

Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
 
Old September 10th, 2007, 07:42 AM
Authorized User
 
Join Date: Aug 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default


This is the first line of my XSL

<xsl:stylesheet version="1.1"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:func="http://exslt.org/functions"
    xmlns:exstr="http://exslt.org/strings"
    xmlns:jfor="http://www.jfor.org/xmlns/2001/stylesheet"
    xmlns:hashtable="xalan://java.util.Hashtable"
    xmlns:vector="xalan://java.util.Vector"
    xmlns:datetime="http://exslt.org/dates-and-times"
    exclude-result-prefixes="fo hashtable vector datetime"
    extension-element-prefixes="func exstr">

Michael is correct in his interpretation
I am using jfor convertor for converting XSL-FO to RTF



 
Old September 10th, 2007, 08:02 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

This is probably the wrong place to be asking XSL-FO question (and I've no idea where the right place is).

This web site however (http://www.w3schools.com/xslfo/xslfo_tables.asp) seems to indicate that the outer element for a table isn't <fo:table> but is <fo:table-and-caption>.

/- Sam Judson : Wrox Technical Editor -/
 
Old March 12th, 2008, 02:41 AM
Registered User
 
Join Date: Mar 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hi
I found ur posting regarding the issue in creating table inside footer
in xsl-fo
Did you get a solution for this issue.
I am facing the issue.
I would appreciate any help



Quote:
quote:Originally posted by sunny227


This is the first line of my XSL

<xsl:stylesheet version="1.1"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:fo="http://www.w3.org/1999/XSL/Format"
    xmlns:func="http://exslt.org/functions"
    xmlns:exstr="http://exslt.org/strings"
    xmlns:jfor="http://www.jfor.org/xmlns/2001/stylesheet"
    xmlns:hashtable="xalan://java.util.Hashtable"
    xmlns:vector="xalan://java.util.Vector"
    xmlns:datetime="http://exslt.org/dates-and-times"
    exclude-result-prefixes="fo hashtable vector datetime"
    extension-element-prefixes="func exstr">

Michael is correct in his interpretation
I am using jfor convertor for converting XSL-FO to RTF








Similar Threads
Thread Thread Starter Forum Replies Last Post
header footer zaman1111 JSP Basics 0 July 28th, 2005 05:00 PM
addin a header and footer rom XSLT 0 July 28th, 2005 03:24 AM
Placing Image in Header Section Of Crystal Report B.V.Madhav BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 0 May 9th, 2005 02:44 AM
Regarding Word header and footer Hari_Word General .NET 0 November 19th, 2004 06:22 AM
can footer value show in header? yancyn Crystal Reports 0 August 5th, 2004 01:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.