| home / experts / xml / column20 |
|
|
The official system identifier for the XSL-T namespace is
http://www.w3.org/XSL/Transform/1.0. The old working draft URL is
http://www.w3.org/TR/WD-xsl. Some versions of IE will complain about the
new identifier, my copy remains silent but does not process the style sheet correctly.
So I changed back to the old identifier.
The working draft version of XSL did not have the notion of different output options, so I had to remove that directive. The same applies to the parameterization of the style sheet, where I had to fill in the default values by hand and remove the parameter declarations.
rss
element. Adding the following to the stylesheet finally produces the correct result:
<xsl:template match="rss">
<xsl:apply-templates/>
</xsl:template>
Phew! Now it works on my machine. I would not be surprised if it does not yet on yours, Try it out and let me know if you run into problems with this little stylesheet.
Produced by Michael Claßen
All Rights Reserved. Legal Notices.
URL: http://www.webreference.com/xml/column20/2.html
Created: Sep 26, 2000
Revised: Sep 26, 2000