- Updated generated stylesheet header.
- Set generated stylesheet version to 2.0.
1 parent 8691ac0 commit a2dcfd9f81da1e1d52243dcd3bde27e95d89bd12
nstanger authored on 20 Jul 2011
Showing 1 changed file
View
4
oracle-docs.perl
if ($output_type eq "xslt") {
print <<END_OF_HEADER
<?xml version="1.0"?>
<!-- Do not edit! Automatically generated by oracle-docs.perl! -->
<stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
END_OF_HEADER
;
}
}
}
 
if ($output_type eq "xslt") {
print "</stylesheet>\n";
print "</xsl:stylesheet>\n";
}