Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > encoding in embedded svg in FOP

Reply
Thread Tools

encoding in embedded svg in FOP

 
 
saggmannen
Guest
Posts: n/a
 
      12-13-2003
Hi, how do I specify the encoding when I embedd a svg-object in my
xsl-fo? E.g:

<fo:instream-foreign-object>
<svg:svg xmlns:svg="http://www.w3.org/2000/svg" width="18cm"
height="10cm"> <svg:text x="10" y="10">hellö</svg:text>
</svg:svg>
</fo:instream-foreign-object>

this creates an error when processed by FOP (because of the
'ö'-character)
the encoding of my xsl-fo ('iso-8859-1') doesn't seem to affect the
encoding for the embedded svg-object.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems running Apache FOP: org.apache.fop.fo.FOTreeBuilder fatalError Pablo Java 0 03-28-2007 02:31 PM
FOP - SVG Output Format Karthik XML 0 12-04-2005 08:55 PM
FOP PDF from SVG KemperR@ee.nec.de XML 0 09-06-2005 04:11 PM
[SVG] using image-tag to integrate SVG in SVG Arne Nordmann XML 0 06-28-2004 01:16 PM
FOP: input XSL with SVG image gets low resolution in output PDF dentaku XML 1 07-15-2003 06:40 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57