Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


RE: [xml-dev] adding a logo to a document header

From: "Michael Kay" <mike@--------.--->
To: "'Roman Banks'" <technical_wr@-----.--->,<xml-dev@-----.---.--->
Date: 11/1/2007 6:53:00 PM
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@y...] 
Sent: 01 November 2007 
  16:21
To: xml-dev@l...
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


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent