Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

I want to display a horizontal bar chart using xsl. Im new to xsl. Can u please help me in this.

The xml for creating the Bar chart is
XML
<?xml version="1.0" encoding="UTF-8"?>
<employees>
	<graphs>
		<graph>
			<capability><![CDATA[ Architecture Design</capability>
			<currentlevel><![CDATA[ Aware</currentlevel>
			<goal><![CDATA[ Skilled</goal>
		</graph>
		<graph>
			<capability><![CDATA[ Bids & Proposals</capability>
			<currentlevel><![CDATA[ Aware</currentlevel>
			<goal><![CDATA[ Expert</goal>
		</graph>
		<graph>
			<capability><![CDATA[ Integration</capability>
			<currentlevel><![CDATA[ Aware</currentlevel>
			<goal><![CDATA[ Strategist</goal>
		</graph>
	</graphs>
</employees>


Can i get the xsl for generating horizontal bar graph?
Posted

1 solution

Can anybody please help me here
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900