Mercurial > mplayer.hg
annotate DOCS/xml/pl/html-single.xsl @ 15879:aa466b84b1d3
Slightly restructured, mention more tools, small fixes, cosmetics.
author | diego |
---|---|
date | Fri, 01 Jul 2005 09:33:27 +0000 (2005-07-01) |
parents | 9cc374ec529b |
children |
rev | line source |
---|---|
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
11133
diff
changeset
|
1 <?xml version="1.0" encoding="ISO-8859-1"?> |
11127
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
3 version="1.0"> |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
4 |
11208 | 5 <xsl:import href="../html-single.xsl"/> |
11188
6dfed0b2a300
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)
lumag
parents:
11133
diff
changeset
|
6 <xsl:include href="html-common.xsl"/> |
11127
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
7 |
bfef1e331186
Polish XML docs by Torinthiel <torinthiel@wp.pl> and others.
diego
parents:
diff
changeset
|
8 </xsl:stylesheet> |