Re: Design Assistance

2002-07-05 Thread Jason Foster
My attempt works perfectly in 2.02, so it looks like the HEAD is having a bad day. Jason Foster - Please check that your question has not already been answered in the FAQ before posting.

Re: Design Assistance

2002-07-05 Thread Jason Foster
Thanks for the various bits of advice. Right now though, I'm stuck trying to prove that it's possible to use a cocoon pipeline to create a transformer. What I have right now is:

Re: Design Assistance

2002-07-05 Thread Mike Haarman
I see that the driver is using xsl:import for ./docbook.xsl. To clarify: On Fri, 5 Jul 2002, Jason Foster wrote: > a "driver" stylesheet that looks like: > >xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; >version='1.0'> >href="file:///Users/jafoster/Development/doc

RE: Design Assistance

2002-07-05 Thread Mike Haarman
On Fri, 5 Jul 2002, Piroumian Konstantin wrote: > > From: Jason Foster [mailto:[EMAIL PROTECTED]] > > > > The process that I am envisioning looks something like this... > > Another problem is that the DocBook stylesheets assume that > > there will be > > a "driver" stylesheet that looks like:

RE: Design Assistance

2002-07-05 Thread Piroumian Konstantin
> From: Jason Foster [mailto:[EMAIL PROTECTED]] > > I am in the process of trying to create a Cocoon "baby-block" > that can be > used to generate output from a DocBook source file. I was > hoping that the > group could help me puzzle through the "right way" to > accomplish my goal. > > T

Design Assistance

2002-07-05 Thread Jason Foster
I am in the process of trying to create a Cocoon "baby-block" that can be used to generate output from a DocBook source file. I was hoping that the group could help me puzzle through the "right way" to accomplish my goal. The process that I am envisioning looks something like this... 1. The u