Re: [docbook-apps] pdf mailto links

From
Geoffrey <>
Date
2004-02-25T15:02:44+00:00
ID
Thread
Re: [docbook-apps] pdf mailto links
Actually it also contains the subject:

<ulink url=mailto:?Subject=book>Feedback</ulink>

Is it possible to contain all 3 parts:

- the address: 

- the subject: book

- the text for the link: Feedback

 

I don't see any attributes on the email entity to 
do that.

 

Thank you for any and all help,
Geoffrey

  
----- Original Message ----- 

  
From: 
  David Cramer 
  (Tech Pubs) 

  
To: Geoffrey ; _MailingList docbook-apps 
  

  
Sent: Wednesday, February 25, 2004 4:03 
  PM

  
Subject: RE: [docbook-apps] pdf mailto 
  links

  

  
Use 
  <email></email>

  
 

  
http://docbook.org/tdg/en/html/email.html

  
 

  
David

  
    
-----Original Message-----
From: Geoffrey 
    [mailto:]
Sent: Wednesday, February 25, 
    2004 7:16 AM
To: _MailingList docbook-apps
Subject: 
    [docbook-apps] pdf mailto links

    
Hi all,

    
 

    
I am using docbook to generate fo which 
    generates pdf.

    
We have 3 kind of links:

    
1) <ulink url="http://mylink.org"/> 
    
2) <ulink url="My'>http://mylink.org">My link 
    text</ulink> 
    
3) <ulink url=mailto:>Feedback</ulink>

    
 

    
They are generated in the pdf clickable:

    
1) http://mylink.org

    
2) My link text[http://mylink.org]

    
3) Feedback[mailto:]

    
 

    
The first 2 are as I like, but the last one 
    isn't:

    
It should just say Feedback without [mailto:] or the ulink 
    element doesn't actually have to be there, as it serves no purpose in the 
    printed version.

    
 

    
Is there an attribute or command line argument 
    which can do this?

    
 

    
Thank you for any and all 
    help,
Geoffrey