Hey Keiron  !

thanx for your reply !
I'm using fop-0_18_1
k.

-----Ursprungliche Nachricht-----
Von: Keiron Liddle [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 10. Dezember 2001 15:29
An: [EMAIL PROTECTED]
Betreff: RE: problem by incloding a svg-grafic into a xsl document.


Sounds like you have an old version of FOP (around 0.17), it is always a 
good idea to tell us what version you are using.

The NoSuchMethodError is probably due to an incompatible version of w3c 
dom classes.

So you either need to get the right version, which could be difficult.
OR
use a newer version of FOP.


Hey Im incloding a svg-grafic into a xsl document.


....
<fo:instream-foreign-object xmlns:svg="http://www.w3.org/2000/svg";>
         <svg:svg width="10pt" height="37mm">
             <svg:g transform="rotate(90)" >
                 <svg:text >
                     <xsl:apply-templates/>
                 </svg:text>
              </svg:g>
         </svg:svg>
</fo:instream-foreign-object>
....
it's working so far


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



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

Reply via email to