On May 24, 2005, at 8:30 AM, Ross Gardler wrote:
If you faq.xml works in a seeded site then there must be some difference between the fresh-site skinconf.xml and your sites skinconf.xml that is preventing the TOC being generated.

Perhaps creating a diff between these two files will show the problem (post it here if you can't see it, new eyes may help).

Ross

Here you go:

diff ../xml-fop/src/documentation/skinconf.xml src/documentation/skinconf.xml > skinconf_diff.txt

('<' = xml-fop & '>' = seed)

<-- ===== skinconf_diff.txt ===== -->

32c32
< <search name="Apache FOP" domain="xml.apache.org" provider="google"/>
---
>   <search name="MyProject" domain="mydomain" provider="google"/>
68,71c68,71
<   <project-name>FOP</project-name>
< <project-description>FOP (Formatting Objects Processor) is the world&apos;s first output independent formatter. Output formats currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. The primary output target is PDF.</project-description>
<   <project-url>http://xml.apache.org/fop/</project-url>
<   <project-logo>images/logo.jpg</project-logo>
---
>   <project-name>MyProject</project-name>
>   <project-description>MyProject Description</project-description>
>   <project-url>http://myproj.mygroup.org/</project-url>
>   <project-logo>images/project.png</project-logo>
77,80c77,80
<   <group-name>Apache XML</group-name>
< <group-description>The Apache XML Project provides commercial-quality standards-based XML solutions that are developed in an open and cooperative fashion, provides feedback to standards bodies (such as IETF and W3C) from an implementation perspective, and is a focus for XML-related activities within Apache projects</group-description>
<   <group-url>http://xml.apache.org/</group-url>
<   <group-logo>images/group-logo.gif</group-logo>
---
>   <group-name>MyGroup</group-name>
>   <group-description>MyGroup Description</group-description>
>   <group-url>http://mygroup.org</group-url>
>   <group-logo>images/group.png</group-logo>
92,94c92,94
<   <!-- The following used to construct a copyright statement -->
<   <year>1999-2005</year>
<   <vendor>The Apache Software Foundation.</vendor>
---
>   <!-- The following are used to construct a copyright statement -->
>   <year>2004</year>
>   <vendor>The Acme Software Foundation.</vendor>
107,110c107,110
<   <trail location="alt">
<     <link1 name="apache" href="http://www.apache.org/"/>
<     <link2 name="xml.apache" href="http://xml.apache.org/"/>
< <link3 name="xmlgraphics.apache" href="http://xmlgraphics.apache.org/"/>
---
>   <trail>
>     <link1 name="myGroup" href="http://www.apache.org/"/>
>     <link2 name="myProject" href="http://forrest.apache.org/"/>
>     <link3 name="" href=""/>
125c125
<   <headings type="underlined"/>
---
>   <headings type="boxed"/>
130,131c130,132
<   <feedback to="FOP Mailing Lists"
<     href="site:maillist" >
---
>     -->
>   <feedback to="[EMAIL PROTECTED]"
>     href="mailto:[EMAIL PROTECTED]&#160;" >
134d134
<     -->
153,158d152
<     .yes         { background-color: #99FF99; }
<     .no          { background-color: #FF9999; }
<     .partial     { background-color: #FFFFCC; }
<     .category    { /*background-color: #CFDCED;*/
<                    font-size: 1.2em }
<
165c159
<
---
> <!--
175c169
<     <color name='searchbox' value="#FFFFFF" font="#000000"/>
---
>
194c188
<
---
> -->
270c264
<     <color name="published" value="#000000"/>
---
>     <color name="published" value="#4C6C8F" font="#FFFFFF"/>
318c312
<       <inner>1in</inner>
---
>       <inner>1.25in</inner>
349,362c343,346
<     <!--<credit>
<       <name>Built with Cocoon</name>
<       <url>http://xml.apache.org/cocoon/</url>
<       <image>skin/images/built-with-cocoon.gif</image>
<       <width>88</width>
<       <height>31</height>
<     </credit>
<     <credit>
<       <name>Krysalis Centipede</name>
<       <url>http://www.krysalis.org/centipede/</url>
<       <image>skin/images/centipede-logo-small.gif</image>
<       <width>138</width>
<       <height>31</height>
<     </credit>-->
---
>     <!-- A credit with @role="pdf" will be used to compose a footer
>      for each page in the PDF, using either "name" or "url" or both.
>     -->
>     <!--
364,368c348,349
<       <name>PDF created by FOP</name>
<       <url>http://xml.apache.org/fop/</url>
<       <image>images/logo.jpg</image>
<       <width>138</width>
<       <height>31</height>
---
>       <name>Built with Apache Forrest</name>
>       <url>http://forrest.apache.org/</url>
369a351
>     -->
370a353
>

=====

Here's a link to ViewCVS for our skinconf.xml:

<http://cvs.apache.org/viewcvs.cgi/xml-fop/src/documentation/ skinconf.xml?rev=1.11&view=log>

The primary differences I see are the use of the Krysalis portion of the 'colors' section (lines 164-196), but that may just be a wild goose chase...

Regards,

Web Maestro Clay
--
<[EMAIL PROTECTED]> - <http://homepage.mac.com/webmaestro/>
My religion is simple. My religion is kindness.
- HH The 14th Dalai Lama of Tibet