| |
---|
| | 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"; |
---|
| | } |
---|
| | |
---|
| | |
---|
| | |
---|
| |
---|
|