Subject: RE: gml to svg with xsl (urgent)
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 9 Jun 2004 11:34:28 +0100
|
> <?xml version="1.0"?>
> <xsl:transform
> xmlns:xsl="http:\\www.w3.org\1999\XSL\Transform"
That's not the correct namespace URI for XSLT (in fact, it's not a URI at
all), so XMLSpy isn't recogizing this document as a stylsheet.
> <xsl:output method="svg"
There is no such output method as svg. You want method="xml".
Michael Kay
P.S. I don't usually respond to messages that say "urgent". It often
suggests that the poster hasn't got time to think carefully about the
problem.
|