On Thu, Jan 05, 2006 at 07:57:07PM +0100, Andreas L Delmelle wrote: > On Jan 5, 2006, at 11:42, gerhard oettl wrote: > > Have you tried putting the properties in reverse-order: > > <fo:table-cell column-number="3" display-align="from-table-column()"> > > If that works, then it's a combination of a) and b), in the sense > that it's the SAX parser that does a), and then passes the list as > such to the PropertyList, which does b).
Never rely on the order of the attributes. Usually they will be delivered in the order of the XML file. But if a user uses a SAX parser that delivers them in a different order, the code must still work. From org.xml.sax.Attributes documentation: The order of attributes in the list is unspecified, and will vary from implementation to implementation. Simon -- Simon Pepping home page: http://www.leverkruid.nl