Stefan,
The following version of your tagging worked for me (with FOP 0.19):
Note the changes to the fo:list-item-label (use of symbol for callout) and
the fo:basic-link (use of color property on link and removale of inline tag
for label)

<fo:list-block>
  <fo:list-item>
    <fo:list-item-label start-indent="0.25cm">
      <fo:block>
        <fo:inline font-family="Symbol">·</fo:inline>
      </fo:block>
    </fo:list-item-label>
    <fo:list-item-body start-indent="0.5cm">
      <fo:block>
         <fo:basic-link color="blue"
           external-destination
="http://localhost:7001/go/show?ID=3452321&amp;DV=0&amp;
COMP=page">Rollladen</fo:basic-link>
      </fo:block>
    </fo:list-item-body>
  </fo:list-item>
</fo:list-block>
Regards,
Ian

Ian Larner
User Technologies, IBM Hursley Lab, England
email: [EMAIL PROTECTED]

"The credit belongs to the man ...in the arena,  (who) knowing there is no
effort without ...shortcomings, actually strives to do the deeds..."
Theodore Roosevelt



                                                                                
                           
                    Stefan Weber                                                
                           
                    <[EMAIL PROTECTED]       To:     "Fop (E-Mail)" <[EMAIL 
PROTECTED]>                  
                    rts.de>              cc:                                    
                           
                                         Subject:     Links in Lists do not 
work                           
                    01/18/2002                                                  
                           
                    10:11 AM                                                    
                           
                    Please respond                                              
                           
                    to fop-user                                                 
                           
                                                                                
                           
                                                                                
                           




Hi all,

it seems that <fo:basic-link> does not work in lists. Here is my fo
snippet:

<fo:list-block>
     <fo:list-item>
          <fo:list-item-label start-indent="0.25cm">
               <fo:block>?</fo:block>
          </fo:list-item-label>
          <fo:list-item-body start-indent="0.5cm">
               <fo:block>
                    <fo:basic-link
external-destination="http://localhost:7001/go/show?ID=3452321&amp;DV=0&amp
;
COMP=page">
                         <fo:inline
color="#003277">Rollladen</fo:inline>
                    </fo:basic-link>
               </fo:block>
          </fo:list-item-body>
     </fo:list-item>
</fo:list-block>

All my other links work...
Any ideas?
Thanks in advance

Stefan Weber
Tel: +49 (721) 920 918 26
mailto: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>


<<<<<<<<<<<<<<<<<<<<<<<<<<<
sitewaerts GmbH
Hebelstraße 15
D-76133 Karlsruhe

Tel: +49 (721) 920 918 0
Fax: +49 (721) 920 918 29
http://www.sitewaerts.de
>>>>>>>>>>>>>>>>>>>>>>>>>>>





Reply via email to