使用xsl显示水平条形图 [英] displaying Horizontal bar chart using xsl

查看:92
本文介绍了使用xsl显示水平条形图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我想使用xsl显示水平条形图.我是xsl的新手.你能帮我吗?

用于创建条形图的xml是

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 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?

推荐答案

有人可以在这里帮助我吗
Can anybody please help me here


这篇关于使用xsl显示水平条形图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆