Hello Paul,

Paul H. Roubekas wrote:
Batik newbie question. Is there a way to use Batik and XSLT? I have some charts that where only the length and position will change based on database data. I was hoping to avoid writing a class to render the charts and create a XSLT.
Squiggle has support for XSLT but it needs to be enabled. In the:

resources/META-INF/services/org.apache.batik.apps.svgbrowser.SquiggleInputHandler

file, uncomment the line:

# org.apache.batik.apps.svgbrowser.XMLInputHandler

(remove "# ").

When you restart Squiggle, it will recognize XML files and look for XSL processing instructions.

I hope this helps,
Vincent.

P.S: You'll need to have jaxp in your classpath (not a problem if you are running JDK 1.4).




------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Note: This email is digitally signed, that is why you see the icon showing an attachment to this email. The attachment is my Digital Signature (a.k.a. public key).




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

Reply via email to