Just survived from a multiple tableau integrated project, the project was not very well planned. So as a result, I have to provide some tableau project detail information document afterwards. Recorded every tableau projects’ data source connection, table relation and delivered location setting requires someone to open the project both on tableau desktop and tableau server. As tableau TDS file is actually just an XML file, to avoid the boring part, I came out following two simple XML style sheet for document generation. < xsl:stylesheet xmlns:xsl= "http://www.w3.org/1999/XSL/Transform" version= "2.0" > < xsl:output method= "text" /> < xsl:strip-space elements= "*" /> < xsl:key name= "menu" match= "tableauwb" use= "@name" /> < xsl:template match= "/" > < xsl:text ># </ xsl:text > < xsl:value-of select= ...