Xml for SVG
Posted: Sun May 16, 2010 1:04 pm
Hi all,
I am practicing with some svg file I am trying to write a xslt for that and then to convert xslfo once again to convert it to pdf.
So I got a doubt here if I had
<polyline stroke-width="0.176" stroke-linecap="butt" points="56.667 41.167 57.515 42.097 58.362 42.859" />
<polyline stroke-width="0.176" stroke-linecap="butt" points="56.414 40.573 57.515 41.59 58.445 42.606" />
<path stroke-width="0.176" stroke-linecap="butt" d="M59.969 43.453L59.969 43.453C60.039 43.274 60.018 43.11 59.92 43.055C59.802 42.99 59.613 43.1 59.5 43.304C59.384 43.509 59.387 43.728 59.506 43.793C59.606 43.85 59.764 43.777 59.881 43.616" />
<path stroke-width="0.176" stroke-linecap="butt" d="M60.054 42.268L60.054 42.268C60.043 42.259 60.031 42.252 60.02 42.244C59.674 42.045 59.112 42.369 58.768 42.968C58.421 43.566 58.421 44.213 58.768 44.414" />
How can I write xml for this the pasted part here is the 1/2 of that work this is also consecutive please do let know some suggestion here.
Thanking You,
With Regards,
Santhosh Kumar V
I am practicing with some svg file I am trying to write a xslt for that and then to convert xslfo once again to convert it to pdf.
So I got a doubt here if I had
<polyline stroke-width="0.176" stroke-linecap="butt" points="56.667 41.167 57.515 42.097 58.362 42.859" />
<polyline stroke-width="0.176" stroke-linecap="butt" points="56.414 40.573 57.515 41.59 58.445 42.606" />
<path stroke-width="0.176" stroke-linecap="butt" d="M59.969 43.453L59.969 43.453C60.039 43.274 60.018 43.11 59.92 43.055C59.802 42.99 59.613 43.1 59.5 43.304C59.384 43.509 59.387 43.728 59.506 43.793C59.606 43.85 59.764 43.777 59.881 43.616" />
<path stroke-width="0.176" stroke-linecap="butt" d="M60.054 42.268L60.054 42.268C60.043 42.259 60.031 42.252 60.02 42.244C59.674 42.045 59.112 42.369 58.768 42.968C58.421 43.566 58.421 44.213 58.768 44.414" />
How can I write xml for this the pasted part here is the 1/2 of that work this is also consecutive please do let know some suggestion here.
Thanking You,
With Regards,
Santhosh Kumar V