xsl-list
[Top] [All Lists]

RE: copying empty svg nodes (no child nodes)

2004-05-17 13:21:06
-----Original Message-----
From: ah49(_at_)drexel(_dot_)edu [mailto:ah49(_at_)drexel(_dot_)edu]

<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



<Prev in Thread] Current Thread [Next in Thread>