XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
RE: [xml-dev] adding a logo to a document header

If this is your actual code, then the compiler is complaining because XML comments can't be nested.
 
Michael Kay
http://www.saxonica.com/


From: Roman Banks [mailto:technical_wr@yahoo.com]
Sent: 01 November 2007 16:21
To: xml-dev@lists.xml.org
Subject: [xml-dev] adding a logo to a document header

Hi guys,

I would like to insert a logo on both even and odd pages, but for some reason the compiler complains as if the image itself is not found. Please review the customization I added, and tell me what is wrong?

<xsl:template name="header.content">
  <xsl:param name="pageclass" select="''"/>
  <xsl:param name="sequence" select="''"/>
  <xsl:param name="position" select="''"/>
  <xsl:param name="gentext-key" select="''"/>
 
<!--Adding a logo to the page header
<xsl:param name="header.image.filename" select="logo.gif"/> <!--in a local folder-->
  <fo:block>
    <xsl:choose>
  <xsl:when test="$position = 'left'">
    <fo:external-graphic content-height="1.2cm">
      <xsl:attribute name="src">
    <xsl:call-template name="fo-external-image">
      <xsl:with-param name="filename" select="$header.image.filename"/>
    </xsl:call-template>
      </xsl:attribute>
    </fo:external-graphic>
  </xsl:when>
  </xsl:choose>
  </fo:block>-->
....
</xsl:template>

Regards,
Roman

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS