Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 38825 invoked from network); 13 Jun 2005 21:37:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2005 21:37:12 -0000 Received: (qmail 90617 invoked by uid 500); 13 Jun 2005 21:37:12 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 90571 invoked by uid 500); 13 Jun 2005 21:37:11 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 90558 invoked by uid 99); 13 Jun 2005 21:37:11 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from lsmav2i.gtwy.uscourts.gov (HELO lsmav2i.gtwy.uscourts.gov) (208.27.203.31) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Jun 2005 14:37:10 -0700 Received: by lsmav2i.gtwy.uscourts.gov (Postfix, from userid 23456) id 21C68FBB1; Mon, 13 Jun 2005 15:38:20 -0500 (CDT) Received: from lsmav2i.gtwy.uscourts.gov (localhost [127.0.0.1]) by lsmav2i.gtwy.uscourts.gov (Postfix) with SMTP id 4BA32F972 for ; Mon, 13 Jun 2005 15:32:13 -0500 (CDT) Received: from lsmns2i.gtwy.dcn ([207.41.14.62]) by lsmav2i.gtwy.uscourts.gov (SAVSMTP 3.1.1.32) with SMTP id M2005061315321126720 for ; Mon, 13 Jun 2005 15:32:12 -0500 Received: from franklin.uscourts.gov (franklin.ao.dcn [207.41.14.62]) by lsmns2i.gtwy.dcn (8.12.9/8.11.6) with ESMTP id j5DKWBDw017327 for ; Mon, 13 Jun 2005 15:32:11 -0500 (CDT) Received: from [207.41.14.62] ( by franklin.uscourts.gov (8.12.9/10.11.0) with ESMTP id j5DKW9JE027792 for ; Mon, 13 Jun 2005 16:32:10 -0400 (EDT) Message-ID: <42ADED48.7080403@rocktreesky.com> Date: Mon, 13 Jun 2005 16:32:08 -0400 From: Addi User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: Need help getting DocBook working References: <42A8AE89.2060700@rocktreesky.com> <42A8BE07.2040407@apache.org> <42A8D90E.2090305@rocktreesky.com> <42A9509F.5020400@apache.org> <42A9DB7C.5030307@rocktreesky.com> <42A9F616.6070904@apache.org> In-Reply-To: <42A9F616.6070904@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > Addi wrote: ... >> Once I get the WP DTD sorted out, I will be golden but related to the >> serializer issue, I added the serializer to my project sitemap using >> the cocoon example. I am testing this separately from the DTD/plugin >> solution above and now I am getting the page (yeah!) but in raw >> xhtml, not skinned. Is this related to the 0.7 raw html discussion >> that has been going on (that I didn't really follow)? I'm sorry that >> the whole process isn't really clear to me at this point so I have >> difficulty self-troubleshooting and I keep asking more questions >> everytime you answer. > > > That's no problem. Soon you'll know the answers and will answer other > users questions. We all start somewhere. > > To skin the content you need to change the sitemap entry to to: > > > > > > > > > src="file:///usr/share/sgml/docbook/xsl-stylesheets/xhtml/docbook.xsl"/> > > > > > > > > The differences are that we are responding to a request for XML rather > than HTML now. Forrest makes a request for an xml document as part of > its resolving of HTML requests. That request will come here, we > generate XHTMl using the docbook stylesheets, then we convert that to > XDoc then the calling pipeline does the skinning. > > There is a pretty good description of this process (from a > differentuse case) in > http://forrest.apache.org/0.7/docs/howto/howto-custom-html-source.html#Understanding%20the%20HTML-Pipeline > Thanks for that, it definitely helped. I am beginning to get a fuzzy picture of it now. :) > > I *think* this will work but I've not tried it. Pleae let us know how > you get on, even if it doesn't work, I'll help you debug it because > this is something we have come across before now and have hoped to > test out. Well, I modified the sitemap and it didn't like the change. I now get nothing with this: I realize that you are busy this week with the release and I am not in a rush to get this figured out, so we can come back to this when you have the time. Thanks for your help. - Addi