RE: [oXygen-user] Oxygen verion 9.3 doesn't recognise XLST2.0 function "lower-case" [SEC=UNCLASSIFIED]

Hi All, Thanks for all your suggestions. I loaded the XSL that Sorin sent and it validated without errors. I checked my Options -> Preferences -> XSLT -> XSLT 2.0 options and I have selected Saxon-B 9.0.0.6. I then went back to edit the configuration transformation scenario and found the problem. For some unknown reason to logic I somehow had set the "Transformer" option to Saxon 6. Once I set this to Saxon-B 9.0.0.6 the translation worked. ;--) Sorry for causing you all to think about this problem. I should have thought to look at those settings. Instead of looking at the global settings. I'm sorry for the incompetence. ):--( Thanks to you all for the help. I love these support lists. I get great and accurate answers nearly every time. ;--) John
-----Original Message----- From: oxygen-user-bounces@oxygenxml.com [mailto:oxygen-user-bounces@oxygenxml.com] On Behalf Of Sorin Ristache Sent: Thursday, 30 October 2008 11:34 PM To: oxygen-user@oxygenxml.com Subject: Re: [oXygen-user] Oxygen verion 9.3 doesn't recognise XLST2.0 function "lower-case" [SEC=UNCLASSIFIED]
Hello,
No, the default validator is Saxon 9 because the XSL editor will detect automatically the XSLT version from <xsl:stylesheet version="2.0" ...
Your XSLT 2.0 code fragment is valid. I just tried that in Oxygen. Just to make sure the error refers to that code fragment please run the action Validate Document (the Validate toolbar or the Document -> Validate menu) on the attached stylesheet. Is there any validation error?
Regards, Sorin
Tommy Nordgren wrote:
Check what xslt transformer is used for the actual
As far as I know, it's Saxon 6.5 , (which is an xslt 1.0
transformation. transformer) by
default.
A snippet of the XSL code is:
<?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" ... ...
participants (1)
-
John.Hockaday@ga.gov.au