Derek and every one,

Thanks for your kind help. 
Finally, I got it by using <object type="image/svg+xml"
data="tmpsvg.svg"  width="420" height="50" ></object>, which links the
SVG source to my html file.
Here is my sample code:

<!-- sample.xml -->

<?xml version="1.0"?>
<sample> 
   <step1>
       <p> step1 </p>
       <object type="image/svg+xml" data="math1.svg" width="420"
height="50" ></object>
       <p> end to step 1 <p>  
  </step1>
  <step2>
       <p> step2 </p>
       <object type="image/svg+xml" data="math2.svg" width="420"
height="50" ></object>
  </step2>
</sample>



<!-- sitemap.xmap -->

<map:match pattern="">
    <map:generate src="page/sample.xml"/>               
    <map:serialize type="xhtml"/>
</map:match>   
<map:match pattern="*.svg">
       <map:generate src="page/{1}.svg" />          
       <map:serialize type="svgxml"/>
 </map:match>


Jarry

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

Reply via email to