Hi, 

I have modified pubs/default/publication-sitemap.xmap to serve xhtml and
it works fine except that it causes the Lenya Menu Bar to display weird.
See below for a fragment.

Basically, it makes the blue bar connecting the active tab to the Lenya
logo duplicate three times. Also an image above the text on the Lenya
Bar is strange too.

Any ideas on what may be causing that or how to fix? I really need to
serve xhtml.

I've attached a 22K screenshot but I don't know if it will come through.

Here is a snippet from publication-sitemap.xmap .

...
              <map:match pattern="authoring/**.html">
                <map:transform
src="cocoon://lenya-page/{page-envelope:publication-id}/{../../1}.xml?do
ctype={page-envelope:document-type}"/>
              </map:match>
              <map:transform
src="../../xslt/util/strip_namespaces.xsl"/>
              <map:match pattern="live/**.html">
                <map:transform
src="../../xslt/authoring/edit/addSourceTags.xsl">
                  <map:parameter name="source"
value="{global:cache-dir}/live/{1}.html"/>
                </map:transform>
                <map:transform type="write-source">
                  <map:parameter name="serializer" value="html-no-dtd"/>
                </map:transform>
                <map:transform
src="../../xslt/authoring/edit/removeSourceTags.xsl"/>
              </map:match>
              <map:serialize type="html"/>
            </map:otherwise>

Thanks for any ideas,

Travis McCauley
Toronto



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to