This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Charts using XSL.


Chapter 16 of my Building Oracle XML Applications book
from O'Reilly -- which covers working with Java extension
functions in XSLT stylesheets -- walks through an example
of building an XSLT transform to produce SVG bar charts.

You can see a demo similar to what's in the book by visiting
our live demo site:

<http://technet.oracle.com/tech/xml/demo/demo1.htm>

And clicking on the "Scalable Vector Graphics Demo",
the stylesheet for which is at:

<http://ws5.olab.com/xsql/demo/svg/SalChart.xsl>

The source XML data that it is charting looks like this:

<http://ws5.olab.com/xsql/demo/svg/SalChart.xsql?deptno=30&xml-stylesheet=none>

Hope this helps.

______________________________________________________________
Steve Muench, Lead XML Evangelist & Consulting Product Manager
BC4J & XSQL Servlet Development Teams, Oracle Rep to XSL WG
Author "Building Oracle XML Applications", O'Reilly
http://www.oreilly.com/catalog/orxmlapp/

----- Original Message ----- 
From: "Pranam Ben" <pranam@adastrumtech.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Tuesday, March 20, 2001 3:25 AM
Subject: [xsl] Charts using XSL.


| 
| All,
|      Novice that I am to XSL programming..wanted to ask u all if its
| possible for me to generate dynamic charts(graphs) out of XML using XSL? the
| XML file is residing on the client machine..what I need to do is to generate
| graphs on some specified parameters out of the XML file and show it to the
| user..any help on this would be great...thanks in advance..
| 



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]