Steve,
not having used svg technology before today, could you elaborate further on what you mean? I searched the net for an svg viewPort attribute but only managed to come up with viewBox. Is that what you were making reference to:

<svg width="300" height="300" viewBox="0 0 300 310"> ?

If so, the images are still broken!

many thanks in advance

On 17 Feb 2004, at 15:52, Steve Schwarz wrote:

Hi
Don't you need to specify a viewPort attribute in your outermost <svg> element?
Steve
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
.........
<xsl:template match="artists-photo1">
<svg width="300" height="300">
<xsl:apply-templates />
</svg>
</xsl:template>


_________________________________________________________________
Say �good-bye� to spam, viruses and pop-ups with MSN Premium -- free trial offer! http://click.atdmt.com/AVE/go/onm00200359ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to