Marco
 
I have been able to use SVG in XHTML (and displayed in Firefox, not IE)
by  leaving off the <object> wrapper tags and simply using the 
normal <svg> tags.
 
HTH
Derek

>>> [EMAIL PROTECTED] 2006/06/13 06:01 PM >>>

Hi,

when generating a pdf in which I want to include an SVG element, I can do it 
like that:

....
<fo:instream-foreign-object>
                     <svg  xmlns=" http://www.w3.org/2000/svg"; width="150px" 
height="177px" viewBox="0 0 150 177"                                            
                         xml:space="preserve">
       
                           <svg:image x="0" y="0" width="150px" height="177px"
                                   xlink:href=" 
http://localhost:8080/cocoon/map.jpg";>
                           </svg:image>
                         
                         <g id="arrow" style="fill: white; stroke: blue;"> 
                            <line stroke-width="3" x1="{$r_pfeil}" y1="{$hk}" 
x2="{$rk}" y2="{$hk}" /> 
                            <polygon points="{$rk} {$hk}, {$r_pf} {$h_pf2}, 
{$r_pf} {$h_pf}" /> 
                           </g>                          
                          <circle cx="91" cy="44" r="2" style="fill: white; 
stroke: black;"/>
                          <circle cx="56" cy="89" r="2" style="fill: white; 
stroke: black;"/> 
                          <circle cx="101" cy="84" r="2" style="fill: white; 
stroke: black;"/>
                          <circle cx="42" cy="43" r="2" style="fill: white; 
stroke: black;"/> 
                          <circle cx="72" cy="128" r="2" style="fill: white; 
stroke: black;"/>
                        <text style="font-size: 10; font-weight: bold;" x="94" 
y="49">place a</text> 
                        <text style="font-size: 10; font-weight: bold;" x="58" 
y="94">place b</text>
                                      </svg>
                </fo:instream-foreign-object> 

now, I want to include the same object in my xhtml file, (generate xml file, 
transform xsl-->output=xhtml).

I am wondering, what the syntax is like; that does not seem to work:
<object  type="image/svg+xml">
   <svg  xmlns="http://www.w3.org/2000/svg"; width="150px"
        height="177px" viewBox="0 0 150 177"    xml:space="preserve">
                           
                   <svg:image x="0" y="0" width="150px" height="177px"
                          xlink:href="http://localhost:8080/cocoon/map.jpg";>
                    </svg:image>
                    ...
                    ....
<object>
plus, do I need to add s.th in the sitemap?

Just FYI, my aim is to display a map (the map.jpg in the svg:image tag) and 
draw an arrow into the map, depending on the chosen place. place a and place b 
(in the text tag) are static, the arrow is generated dynamically 

Thank you very much
Marco



-- 
This message is subject to the CSIR's copyright, terms and conditions and
e-mail legal notice. Views expressed herein do not necessarily represent the
views of the CSIR.
 
CSIR E-mail Legal Notice
http://mail.csir.co.za/CSIR_eMail_Legal_Notice.html 
 
CSIR Copyright, Terms and Conditions
http://mail.csir.co.za/CSIR_Copyright.html 
 
For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR
Legal Notice send a blank message with REQUEST LEGAL in the subject line to
[EMAIL PROTECTED]


This message has been scanned for viruses and dangerous content by MailScanner, 
and is believed to be clean.


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