Mercurial > mplayer.hg
annotate DOCS/xml/ru/html-chunk.xsl @ 14286:da530c6064a0
Use subopt helper to parse arguments
author | reimar |
---|---|
date | Fri, 31 Dec 2004 14:58:49 +0000 |
parents | 6dfed0b2a300 |
children |
rev | line source |
---|---|
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="ISO-8859-1"?> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
3 version="1.0"> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
4 |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
5 <xsl:import href="../html-chunk.xsl"/> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
6 <xsl:include href="html-common.xsl"/> |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
7 |
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
diff
changeset
|
8 </xsl:stylesheet> |