Re: [xsl] XML to SVG via XSLT 2.0

Subject: Re: [xsl] XML to SVG via XSLT 2.0
From: ac <ac@xxxxxxxxxxxxx>
Date: Sun, 07 Feb 2010 11:22:22 -0500
Hi Dave,

Thank you for the info.

Is it just me with a browser or access limitation, or are some sample SVG missing from the documentation (e.g. OSGR, HTML2GR)?

Thanks,
ac


On 06/02/10 17:11, ac wrote:

Questions:
- why not include the English documentation in your download, along with
the SVGs?
- why not include the DTDs also?

The documentation is at the url given. rng schemas are provided - DTDs dont cover one of the attributes

<attribute name="xAxisType" a:defaultValue="auto">
<choice>
<group>
<choice>
<value>auto</value>
<value>withZero</value>
<value>shifted</value>
<value>log</value>
</choice>
</group>
<data type='string'>
<param
name='pattern'><!--
Year -->(\[Y(01|0001)?\][^\[]?)<!--
Month -->(\[M(1|01)?\]?[^\[]?)<!--
Day -->(\[D(1|01)?\])?<!--
Hour -->(T\[H[01]{0,2}\]:<!--
Minutes -->\[m(1|01)?\]:<!--
Seconds -->\[s(1|01)?\]\.<!--
decimal seconds -->\[f(1|01|001)?\])?</param>
</data>
</choice> </attribute>



HTH





regards

Current Thread