473,385 Members | 2,210 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

using repeatable-page-master-alternitives in FOP

Hi all,

I use apaches FOP to translate an XML-document into a PDF-document. I
use repeatable-page-master-alternitives, but FOP gives some strange
errors:

[ERROR] Unsupported element encountered:
repeatable-page-master-alternitives (Na
mespace: http://www.w3.org/1999/XSL/Format). Source context:
unavailable
[ERROR] Expected XSL-FO (root, page-sequence, etc.), SVG (svg, rect,
etc.) or el
ements from another supported language.
[ERROR] org.apache.fop.apps.FOPException:
fo:conditional-page-master-reference m
ust be child of fo:repeatable-page-master-alternatives, not (unknown)

repeatable-page-master-alternitives is supported by FOP, and i think i
am doing everything right. Here is the relevant section from my XSL
file:

<fo:page-sequence-master master-reference="contents">
<fo:repeatable-page-master-alternitives>
<fo:conditional-page-master-reference master-name="left"
odd-or-even="even"/>
<fo:conditional-page-master-reference master-name="right"
odd-or-even="odd"/>
</fo:repeatable-page-master-alternitives>
</fo:page-sequence-master>
Jul 20 '05 #1
1 1932
Oops i see what is wrong now...
<fo:repeatable-page-master-alternitives>
must be
<fo:repeatable-page-master-alternatives>

well the only thing i can say in my defence is that english is not my
native language
Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jim S. | last post by:
I'm having a horrible time simply inserting the date in a MySQL database through a Visual Basic program. I have a table, called "ORDERS"; "ID" is the primary key. I'm trying the insert the date,...
0
by: Neil Moss | last post by:
Hi, I've got a repeatable nasty in my VS.NET 2003 IDE (running on WinXP Pro SP1). For an ASPX web form, in HTML mode, declare an element with a style attribute that includes an expression...
2
by: rawCoder | last post by:
Hi All, I have a *.cer file, a public key of some one and I want to encrypt some thing using this public key. Can someone point me to a sample code for Encrypting some file using...
1
by: Charles Law | last post by:
I seem to be posing a lot at the moment, so please accept my apologies. I can't say, categorically that the Infragistics tools are to blame, but I have had this intermittent problem now for two...
4
by: va | last post by:
I realize that ASP.NET profile provider is used to create a strongly typed storage of data that can be used like Session variables but can survive beyond sessions. In my ASP.NET 2.0 application,...
94
by: krypto.wizard | last post by:
Last month I appeared for an interview with EA sports and they asked me this question. How would you divide a number by 7 without using division operator ? I did by doing a subtraction and...
3
by: JDeats | last post by:
I have some .NET 1.1 code that utilizes this technique for encrypting and decrypting a file. http://support.microsoft.com/kb/307010 In .NET 2.0 this approach is not fully supported (a .NET 2.0...
0
by: ashokingroups | last post by:
One interivewer has asked this question to me: What is repeatable inheritance in dotnet? Can anyone answer this? :)
1
by: DomoChan | last post by:
Given a repeatable group expression ()+ and given its input cab will result in nested subgroups, which taken from 'rad software regular expression tester' looks like
5
geolemon
by: geolemon | last post by:
Import text wizard says: I'm banging my head on this one, here's why: I've been importing files using this process and data format, with success! I created a temporary table in Access to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.