XSLT 1 or 2?
A developer has produced for us an XSLT transform. When run outside FrameMaker it works fine, and the resulting XML imports into FrameMaker.
With a view to streamlining the process, I am trying to call the XSLT by adding it to the structured applications. This throws up errors, initially
XSLT Warning: The prefix '#all' is not declared (in the line declaring the namespace);
and, when I doctor that line to remove the reference, further down the transformation,
XPathParserException: The function 'upper-case' was not found.
Our developer suggests that FrameMaker may undertstand only XSLT1, whereas he has produced a stylesheet under XSLT2. Can anyone confirm if he is right?
FM 9.0p250, Windows XP.