473,403 Members | 2,338 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

very important need ur help

12
please i really need help to make a start
I need to write an XSLT script that takes a file as its
input and produces bargraph as its output

the file (input)
svg:svg xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:svg="http://www.w3.org/2000/svg" width="555" height="320">
<svg:text x="277.5" y="20" text-anchor="middle" font-family="Arial">Monthly Income for Berthold's Cafe</svg:text>
<svg:g transform="translate(100, 35)" font-family="Arial">
<svg:g text-anchor="end" stroke="none">
<svg:rect width="35.625" height="151.94001215486674" x="0" y="48.05998784513326" fill="blue"></svg:rect>
<svg:text transform="translate(18.75, 210) rotate(-45)">January</svg:text>
<svg:rect width="35.625" height="200" x="37.5" y="0" fill="green"></svg:rect>
<svg:text transform="translate(56.25, 210) rotate(-45)">February</svg:text>
<svg:rect width="35.625" height="149.6037751587876" x="75" y="50.3962248412124" fill="blue"></svg:rect>
<svg:text transform="translate(93.75, 210) rotate(-45)">March</svg:text>
<svg:rect width="35.625" height="128.4787349404766" x="112.5" y="71.52126505952339" fill="blue"></svg:rect>
<svg:text transform="translate(131.25, 210) rotate(-45)">April</svg:text>
<svg:rect width="35.625" height="158.30225103375955" x="150" y="41.697748966240454" fill="blue"></svg:rect>
<svg:text transform="translate(168.75, 210) rotate(-45)">May</svg:text>
<svg:rect width="35.625" height="126.54110609292503" x="187.5" y="73.45889390707497" fill="blue"></svg:rect>
<svg:text transform="translate(206.25, 210) rotate(-45)">June</svg:text>
<svg:rect width="35.625" height="165.9913962605907" x="225" y="34.0086037394093" fill="blue"></svg:rect>
<svg:text transform="translate(243.75, 210) rotate(-45)">July</svg:text>
<svg:rect width="35.625" height="164.7955718150073" x="262.5" y="35.2044281849927" fill="blue"></svg:rect>
<svg:text transform="translate(281.25, 210) rotate(-45)">August</svg:text>
<svg:rect width="35.625" height="136.29300380137502" x="300" y="63.706996198624985" fill="blue"></svg:rect>
<svg:text transform="translate(318.75, 210) rotate(-45)">September</svg:text>
<svg:rect width="35.625" height="113.89706495704066" x="337.5" y="86.10293504295934" fill="red"></svg:rect>
<svg:text transform="translate(356.25, 210) rotate(-45)">October</svg:text>
<svg:rect width="35.625" height="171.72920862280532" x="375" y="28.270791377194683" fill="blue"></svg:rect>
<svg:text transform="translate(393.75, 210) rotate(-45)">November</svg:text>
<svg:rect width="35.625" height="140.5466115328243" x="412.5" y="59.45338846717569" fill="blue"></svg:rect>
<svg:text transform="translate(431.25, 210) rotate(-45)">December</svg:text>
</svg:g>
<svg:g stroke-width="3" stroke-linecap="round" stroke="black">
<svg:line x1="0" y1="200" x2="450" y2="200"></svg:line>
<svg:line x1="0" y1="0" x2="0" y2="200"></svg:line>
</svg:g>
<svg:g stroke-width="1" stroke-dasharray="4,2" stroke="black">
<svg:line x1="-15" y1="86.10293504295934" x2="450" y2="86.10293504295934"></svg:line>
<svg:line x1="-15" y1="0" x2="450" y2="0"></svg:line>
</svg:g>
<svg:g fill="black" stroke="none" text-anchor="end">
<svg:text x="-15" y="86.10293504295934">£ 1911.58</svg:text>
<svg:text x="-15" y="0">£ 3356.68</svg:text>
</svg:g>
</svg:g>
</svg:svg>

hoe can i implement this file to XSLT script
please if you know do not ignore me i need your help
thankx
Jan 24 '07 #1
0 1131

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Mike | last post by:
Related to another topic I just posted, I wanted to discuss ways to optimize the validation of very large (>100MB) XML documents. First, I have no idea if something like this already exists; it...
55
by: Ennixo | last post by:
hi, do you know where i can find some ebooks or websites talking about C# optimisation ? for exemple, i just learned that ++i is faster than i++. i would like to know more about the things...
6
by: Yama | last post by:
Hello All I have developed a new site using ASP.NET/VB.NET. I fell into a big problem. Here is the problem I created a module as follow Namespace FinancialCompany.Porta Public Class...
33
by: dembla | last post by:
Hey Frnds can anyone help me in this i need a program in 'c' PROGRAM to print NxN Matrix 9 1 8 1 2 3 2 7 3 as 4 5 6 6 4 5 7 8 9 in sorted form
1
Asghar baig
by: Asghar baig | last post by:
hi all friends i have encounterd a problem can any body help me to fix it my problem is that last night when i loged on to my computer a strange thing happen, my computer doesn't logon me it demands...
12
by: E.D.G. | last post by:
Important Research Project (Related to computer programming) Posted by E.D.G. on August 30, 2007 edgrsprj@ix.netcom.com This report is being posted to a number of Internet Newsgroups to see if...
5
by: Junmin H. | last post by:
Hello, all. I never use them when I am programming. But i have been reading codes that using them. When should I use them? Why not use char/short/int/long? Is it very important to know them well?...
51
by: cool_ratikagupta | last post by:
hello friends i ha just started learning c can u all give me the tips to make myself strong in c lanuage . as i want to be the best in watever i do . so just a request from all of u here plz help...
126
by: jacob navia | last post by:
Buffer overflows are a fact of life, and, more specifically, a fact of C. All is not lost however. In the book "Value Range Analysis of C programs" Axel Simon tries to establish a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.