
OK, using the latest version of software, I have a problem with stylesheets. If I use <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl"> I get an error stating that a version is required. It is plainly there! However, if I use <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> then it works fine Do I need to use the earlier version to get the errors to disappear? Matt ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************

Hi Matt, The XSLT stylesheets as they are today are in the namespace http://www.w3.org/1999/XSL/Transform. The namespace is very important as changing that gives a whole different element. The http://www.w3.org/TR/WD-xsl namespace defines a Microsoft specific implementation of a subset of an XSLT working draft and is a completely different thing from XSLT. Oxygen always had support for XSLT stylesheets, that is documents in the http://www.w3.org/1999/XSL/Transform namespace. Best Regards, George --------------------------------------------------------------------- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com Matthew Riches wrote:
OK, using the latest version of software, I have a problem with stylesheets.
If I use
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/TR/WD-xsl">
I get an error stating that a version is required. It is plainly there!
However, if I use
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform”> then it works fine
Do I need to use the earlier version to get the errors to disappear?
Matt
|
********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** |
------------------------------------------------------------------------
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
George Cristian Bina
-
Matthew Riches