On Wednesday 24 December 2003 15:39, Andreas L. Delmelle wrote: > > -----Original Message----- > > From: Finn Bock [mailto:[EMAIL PROTECTED] > > > > Hi, > > > > I was looking for xsl-fo test suites on the net and found > > http://www.w3.org/Style/XSL/TestSuite/ > > > > but for some reason all the test in the NIST zip file uses master-name > > instead of master-reference on the fo:page-sequence's. > > > > <fo:page-sequence master-name="test-page-master"> > > Hi, > > Apparently this was admitted by earlier versions of the spec. Older > versions of FOP still supported this, but the latest version throws an > error...
Hi, wouldn't it be reasonable to also accept the obsolete 'master-name' and to just print out a corresponding warning message instead of throwing an error? AFAIK, the attribute has only been renamed to 'master-reference', but its meaning and usage remained identically the same. Regards, Bernd
