This may be more of a SVG issue but hopefully someone can let me know
whats going on.

First of all it appears illegible at 100% on versions of Adobe Reader
besides 6.0 and the hyperlinks only work on last cell (this happens no
matter how many cells there are).

Thanks,
Marcus
<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"; font-size="8pt">
   <fo:layout-master-set>
      <fo:simple-page-master page-width="14in" master-name="matrixview">
         <fo:region-body margin=".5in"/>
      </fo:simple-page-master>
   </fo:layout-master-set>
   <fo:page-sequence master-reference="matrixview">
      <fo:flow flow-name="xsl-region-body">
         <fo:table border-spacing="3pt" width="100%" table-layout="fixed" text-align="center">
            <fo:table-column text-align="left" column-width="2in"/>
            <fo:table-column number-columns-repeated="25" column-width="0.25in"/>
            <fo:table-header>
               <fo:table-row>
                  <fo:table-cell display-align="center" font-size="16pt" padding="2pt"/>
                  <fo:table-cell border="1pt solid black" padding="2pt" background-color="silver">
                     <fo:block>
                        <fo:instream-foreign-object>
                           <svg:svg xmlns:svg="http://www.w3.org/2000/svg";
                              xmlns:xlink="http://www.w3.org/1999/xlink"; width="40">
                              <svg:g>
                                 <svg:a xlink:href="viewvendor.jsp?id=21">
                                    <svg:text text-decoration="underline"
                                       style="font-size:8; fill:blue; font-family:Times New Roman; writing-mode:tb; text-decoration:underline"
                                       x="25" y="0">Order Management Systems</svg:text>
                                 </svg:a>
                                 <svg:a xlink:href="viewproduct.jsp?id=21">
                                    <svg:text
                                       style="fill:blue; font-size:8; font-family:Times New Roman; writing-mode:tb"
                                       x="15" y="0">Belzberg Technologies</svg:text>
                                 </svg:a>
                              </svg:g>
                           </svg:svg>
                        </fo:instream-foreign-object>
                     </fo:block>
                  </fo:table-cell>
                  <fo:table-cell border="1pt solid black" padding="2pt">
                     <fo:block>
                        <fo:instream-foreign-object>
                           <svg:svg xmlns:svg="http://www.w3.org/2000/svg";
                              xmlns:xlink="http://www.w3.org/1999/xlink"; width="40">
                              <svg:g>
                                 <svg:a xlink:href="viewvendor.jsp?id=22">
                                    <svg:text text-decoration="underline"
                                       style="font-size:8; fill:blue; font-family:Times New Roman; writing-mode:tb; text-decoration:underline"
                                       x="25" y="0">FFastFill Trader</svg:text>
                                 </svg:a>
                                 <svg:a xlink:href="viewproduct.jsp?id=22">
                                    <svg:text
                                       style="fill:blue; font-size:8; font-family:Times New Roman; writing-mode:tb"
                                       x="15" y="0">FFastFill Inc</svg:text>
                                 </svg:a>
                              </svg:g>
                           </svg:svg>
                        </fo:instream-foreign-object>
                     </fo:block>
                  </fo:table-cell>
               </fo:table-row>
            </fo:table-header>
            <fo:table-body/>
         </fo:table>
      </fo:flow>
   </fo:page-sequence>
</fo:root>

<<attachment: adobe 6.0.JPG>>

Attachment: test.pdf
Description: Adobe PDF document

<<attachment: adobe 5.x.jpg>>

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

Reply via email to