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?
This is currently not available in TOAD. This issue has been added to the list of enhancements for a future release.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center