When saving the content of data grid as XML(with XSL), TOAD creates two files (e.g. dept.xml and dept.xsl).
One of those files (ie. Dept.xsl) file contains link to xsl library:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
The format is the problem and the following format is preferred:
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
Is possible to change this link to xls library automatically in Toad by any options or must I rewrite this link in every file manually?
You need to be signed in and under a current maintenance contract to view premium knowledge articles.
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center