Hello,
I'm developing a XSLT stylesheet for a project and I'd like to know which XSLT version does Atlas 7 support.
Also, I'd like to know if there is any documentation about XSLT development for Atlas.
Thank you in advance,
Glauber
Hello,
I'm developing a XSLT stylesheet for a project and I'd like to know which XSLT version does Atlas 7 support.
Also, I'd like to know if there is any documentation about XSLT development for Atlas.
Thank you in advance,
Glauber
Hello,
You should specify version 1.0 in your xsl declaration, i.e. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
There is no documentation or tutorials about ATLAS.ti stylesheets as such, but you can, of course, find an abundance of instructional materials about XSLT scripting on the Web. And you can take apart and study the many stylesheets/scripts that already come with ATLAS.ti for inspiration; they should be straightforward and reasonably well commented.
All the best!
Bookmarks