xsl-list
[Top] [All Lists]

RE: gml to svg with xsl (urgent)

2004-06-09 03:34:28
<?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.




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