Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
23 lines
598 B
XML
23 lines
598 B
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
xmlns="http://www.w3.org/TR/REC-html40">
|
|
|
|
<xsl:import href="./bug-130-imp1.imp"/>
|
|
<xsl:import href="./bug-130-imp2.imp"/>
|
|
<xsl:import href="./bug-130-imp3.imp"/>
|
|
<xsl:import href="./bug-130-imp4.imp"/>
|
|
|
|
<xsl:output method="html" indent="no"/>
|
|
|
|
<xsl:variable name="g.doc.root" select="document('bug-130.doc')"/>
|
|
|
|
<xsl:template match="/">
|
|
<html>
|
|
<head></head>
|
|
<body><xsl:apply-templates select="/frame"/></body>
|
|
</html>
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|