Re: [xsl] Charts using XSL.

Subject: Re: [xsl] Charts using XSL.
From: "Steve Muench" <Steve.Muench@xxxxxxxxxx>
Date: Tue, 20 Mar 2001 06:14:21 -0800
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@xxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
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


Current Thread