cvs commit: xml-fop/src/org/apache/fop/datatypes PropertyTriplet.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 04:55:58 Removed: src/org/apache/fop/datatypes Tag: FOP_0-20-0_Alt-Design PropertyTriplet.java Log: Removed. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect InheritedValue.java Inherit.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 05:02:25 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design InheritedValue.java Inherit.java Log: Removed PropertyTriplet import. Revision ChangesPath No revision

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect FromNearestSpecified.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 05:10:17 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design FromNearestSpecified.java Log: Changed call to getNearestSpecifiedTriplet() to getNearestSpecifiedValue(). Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/datatypes/indirect IndirectValue.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 05:47:23 Modified:src/org/apache/fop/datatypes/indirect Tag: FOP_0-20-0_Alt-Design IndirectValue.java Log: Imports: -PropertyTriplet +Numeric. Replaced PropertyTriplet references with PropertyValue. Removed getInheritedTriplet(). Adde

Re: AW: AW: large tables loop problem

2002-10-03 Thread J.Pietschmann
Tobias Kuhn wrote: > i don't know how to view my xslt result. Hey, be a bit more creative! > so i have written a java class with the following code: > > { > // create XML Tree with project data > Document doc = DocumentFactory.getInstance().createDocument(); > YpiXML ypiXML = new YpiXML(pro

cvs commit: xml-fop/src/org/apache/fop/fo FObjectNames.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 06:13:51 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FObjectNames.java Log: Added getFOName(). Revision ChangesPath No revision No revision 1.1.2.4 +19 -2 x

cvs commit: xml-fop/src/org/apache/fop/fo FONode.java

2002-10-03 Thread pbwest
pbwest 2002/10/03 06:24:57 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Added inherited and non-inherited bitsets. Set inherited and non-inherited properties through bitsets. Moved test of specified property against subtree attribute set to top o