RE: Getting access to SVG image metrics [was RE: document() function in Saxon 8.3 under Cocoon 2.1.7]

2005-04-21 Thread Wendell Piez
Conal, It's working now. This is sweet. At some point I might want some help tuning, but things are rolling again. (Does anyone have a Cocoon tuning service bureau?) Thanks -- till next, Wendell At 08:39 PM 4/19/2005, you wrote: You need a pipeline something like this: ... ==

RE: Getting access to SVG image metrics [was RE: document() function in Saxon 8.3 under Cocoon 2.1.7]

2005-04-20 Thread Conal Tuohy
Wendell Piez wrote: > > > Given that SVGs are (sort of) images, maybe the Image > > > Directory generator ought to report the dimensions of SVGs > > > out of the box ... then I wouldn't even need any of the > fancy stuff. > > > >Good point! That would be a far cleaner solution. How's your Java >

RE: Getting access to SVG image metrics [was RE: document() function in Saxon 8.3 under Cocoon 2.1.7]

2005-04-20 Thread Wendell Piez
Conal, At 08:39 PM 4/19/2005, you wrote: You need a pipeline something like this: [elided] HTH!! It certainly does, thanks! (I may have more questions as I go forward. For example, I'd like everything to operate smoothly irrespective of what subdirectory I'm looking in -- I wonder how feasible th

RE: Getting access to SVG image metrics [was RE: document() function in Saxon 8.3 under Cocoon 2.1.7]

2005-04-19 Thread Conal Tuohy
Wendell Piez wrote: > >Otherwise, there's also a more long-winded but more flexible > way, where > >you transform the result of the DirectoryGenerator to produce > >xi:include elements pointing at a pipeline which extracts > image metrics > >from a file, and use the xinclude transformer to pe