XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 15 Dec 2008 06:42 AM
hi everyone,

Now i am in interested to create graphics (pie-charts, graphs...) in pdf file, using xml, xsl, fo and svg.

I know the above except svg concepts, that is to create graphics in pdf.

So, please anyone, provide me the samples to learn this.

thanks for all.

regards,
Noor

Postnext
(Deleted User) Subject: I am in need of svg example(s) project in java ?
Author: (Deleted User)
Date: 15 Dec 2008 01:21 PM
Have you looked at W3Schools? (http://www.w3schools.com/svg/default.asp)

Alberto

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 16 Dec 2008 05:37 AM
Yeah, i saw that. But i need to create chart, graphs, etc ...
Also, please tell me, how will we call java class method in xsl. Also, please tell me, where do i put the java class (or jar) file ?

Postnext
(Deleted User) Subject: I am in need of svg example(s) project in java ?
Author: (Deleted User)
Date: 16 Dec 2008 06:43 AM
Hi noor,
in the examples provided with Stylus Studio there is a SVG folder with a stylesheet showing how to create a bar chart from an XML document; in the javaExtension folder you can also find a sample of a Java function being invoked from an XSLT stylesheet to format a date as a string using java.text.SimpleDateFormat.

Hope this helps,
Alberto

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 16 Dec 2008 06:50 AM
Hi alberto,
i am not using stylus studio IDE. So please give me the sample files or else please tell me the path, where that files located in this website.

Please reply soon.

Postnext
(Deleted User) Subject: I am in need of svg example(s) project in java ?
Author: (Deleted User)
Date: 16 Dec 2008 07:04 AM
Hi noor,
just click on the image at the end of this page; that will bring you to http://www.stylusstudio.com/xml_download.html where you can download not only the samples, but even a full featured evaluation copy of the award-winning Stylus Studio!! And your life will change!

Alberto

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 17 Dec 2008 03:02 AM
Hi Alberto,
I got trial version of StylusStudio 2009 XML Home Edition.
In that IDE, I viewed that java extensions' files.
And i am not able to manipulate my own method in IntDate.java file and also i am not able to use that in the IntDate.xsl file.


I don't know where is the problem, please give me the solution for this.

It will very helpful for me to proceed further...

Please reply soon.

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 17 Dec 2008 03:18 AM
Hi Alberto,
I got trial version of StylusStudio 2009 XML Home Edition.
In that IDE, I viewed that java extensions' files.
And i am not able to manipulate my own method in IntDate.java file and also i am not able to use that in the IntDate.xsl file.


I don't know where is the problem, please give me the solution for this.

It will very helpful for me to proceed further...

Please reply soon.

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 17 Dec 2008 03:20 AM
Hi Alberto,
I got trial version of StylusStudio 2009 XML Home Edition.
In that IDE, I viewed that java extensions' files.
And i am not able to manipulate my own method in IntDate.java file and also i am not able to use that in the IntDate.xsl file.


I don't know where is the problem, please give me the solution for this.

It will very helpful for me to proceed further...

Please reply soon.

Postnext
(Deleted User) Subject: I am in need of svg example(s) project in java ?
Author: (Deleted User)
Date: 17 Dec 2008 08:45 AM
Which method are you trying to expose to XSLT? Keep in mind that not every method can be converted to use the XSLT type system.

Alberto

Postnext
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 18 Dec 2008 02:34 AM
Hi Alberto,

The example contains the first method in java code, and it works.
I want to run my method from xsl ie., the second method "getDate1(str)".

Code snippets :
=============

public static Object getDate(double year, double month, double day, String format, String name) {

Calendar c = Calendar.getInstance();
c.set((int)year+10,(int)month,(int)day);
SimpleDateFormat dateFormat = new SimpleDateFormat(format);
System.out.println("i am in java : " + name + " : hahaha" );
return dateFormat.format(c.getTime()).concat(name);
}
public static Object getDate1(String name) {
return name.toUpperCase();
}

Please reply soon.

Postnext
(Deleted User) Subject: I am in need of svg example(s) project in java ?
Author: (Deleted User)
Date: 18 Dec 2008 05:42 AM
If the code to invoke getDate is

<xsl:value-of select="IntDate:getDate(number(@year), number(@month), number(@day), string(@format))"/>

the code to invoke getDate1 should be

<xsl:value-of select="IntDate:getDate1('testString')"/>

Alberto

Posttop
noor  Subject: I am in need of svg example(s) project in java ?
Author: noor
Date: 20 Dec 2008 12:58 AM
Thanks Alberto.

 
Topic Page 1 2 3 4 5 6 7 8 9 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.