RE: [xsl] copying empty svg nodes (no child nodes)

Subject: RE: [xsl] copying empty svg nodes (no child nodes)
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Mon, 17 May 2004 22:21:06 +0200
> -----Original Message-----
> From: ah49@xxxxxxxxxx [mailto:ah49@xxxxxxxxxx]
>
<snip />
> 2.i want to be able to copy the 'empty' rect nodes that look like this
> <rect x="0" y="0" width="50" height="50"/>
> without it copying it to look like a <rect x="0" y="0" width="50"
> height="50"></rect>
>
> my stylesheet just does look for all and copy. and it doesnt do
> anything fancy. thanx guys if u can help...
> <xsl:output method="html" indent="yes"/>
>

That's exactly it. SVG is XML, so set the output method to XML, and you will
get the 'correct' form of the empty nodes.

HTH!

Greetz,

Andreas

Current Thread