| Author | Dave Jarvis <email> |
|---|---|
| Date | 2014-08-17 09:36:19 GMT-0700 |
| Commit | e0d1d0348ea7d3fa81bb5f5c62cbe1bd1dc4b984 |
| Parent | c6e7b1f |
| </account> | ||
| - |
| | Creates a pie wedge path. | ||
| | | ||
| - | Resources: | ||
| | http://www.svgopen.org/2003/papers/CreatingSVGPieChartsThroughWebService | ||
| | http://jbkflex.wordpress.com/2011/07/28/creating-a-svg-pie-chart-html5 | ||
| | Creates a colour for a particular pie wedge. | ||
| | | ||
| - | Resources: | ||
| | http://en.wikipedia.org/wiki/HSL_and_HSV | ||
| +--> | ||
| <xsl:text>)</xsl:text> | ||
| </xsl:template> | ||
| -</xsl:stylesheet> | ||
| +</xsl:stylesheet> | ||
| </policy> | ||
| - |
| </policy> | ||
| - |
| </policies> | ||
| - |
| </policy> | ||
| - |
| </policy> | ||
| - |
| </policy> | ||
| - |
| </policy> | ||
| - |
| Use \href{two stylesheets}{http://maplus.xf.cz/xslt/} to pass | ||
| parameters: | ||
| - \\ | ||
| + \blank[medium] | ||
| \startXSL | ||
| <?transform-stylesheet href="common.xsl"?> | ||
| -<?xml-stylesheet type="text/xsl" href="parameters.xsl"?> | ||
| - \stopXSL | ||
| - | ||
| +<?xml-stylesheet type="text/xsl" href="parameters.xsl"?>\stopXSL | ||
| + \blank[small] | ||
| The {\tt{parameters.xsl}} file generates an XHTML page with a | ||
| script. The script loads the source XML and {\tt{common.xsl}} |
| graph[ | ||
| fontname="Archivo Narrow", | ||
| - ranksep = "0.75 equally", | ||
| + ranksep="0.75 equally", | ||
| ]; | ||
| color="#A1C436", | ||
| ] | ||
| - | ||
| \setupvimtyping[ | ||
| style=SourceCodeFont, | ||
| + numbering=yes, | ||
| + strip=yes, | ||
| + lines=split, | ||
| ] | ||
| \definevimtyping[XML][ | ||
| syntax=xml, | ||
| - strip=yes, | ||
| - lines=split, | ||
| - numbering=yes, | ||
| ] | ||
| \definevimtyping[XSL][ | ||
| syntax=xslt, | ||
| - strip=yes, | ||
| - lines=split, | ||
| - numbering=yes, | ||
| ] | ||
| \definevimtyping[CSS][ | ||
| syntax=css, | ||
| - strip=yes, | ||
| - lines=split, | ||
| - numbering=yes, | ||
| ] | ||
| Delta | 8 lines added, 26 lines removed, 18-line decrease |
|---|