1 | 2005-07-18 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
2 |
|
---|
3 | * .cvsignore: Ignore annotations.xsl
|
---|
4 |
|
---|
5 | 2005-05-13 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
6 |
|
---|
7 | * Makefile: clean target added
|
---|
8 |
|
---|
9 | * Makefile: revert to MAIN
|
---|
10 |
|
---|
11 | 2004-12-02 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
12 |
|
---|
13 | * Makefile: New file.
|
---|
14 |
|
---|
15 | 2004-09-07 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
16 |
|
---|
17 | * .cvsignore: I prefer to explicitly list all the files that should be ignored. Really the ones that shouldn't should probably be moved to another directory...
|
---|
18 |
|
---|
19 | 2004-09-06 Michael Smith <xmldoc@users.sourceforge.net>
|
---|
20 |
|
---|
21 | * .cvsignore: Ignore generated .xsl files.
|
---|
22 |
|
---|
23 | Without this, cvs update reports all generated .xsl files in this
|
---|
24 | directory as unknown. It's a big list, and it'd be a lot easier to
|
---|
25 | read the cvs update output if these files weren't listed every time.
|
---|
26 |
|
---|
27 | Note: This does not cause CVS to ignore the html2xhtml.xsl file or
|
---|
28 | to treat it in any way way differently than it would if the *.xsl
|
---|
29 | line in this .cvsignore file did not exist. It doesn't seem to at
|
---|
30 | least. If that's wrong, this change can always be reverted.
|
---|
31 |
|
---|
32 | 2003-07-10 Robert Stayton <bobstayton@users.sourceforge.net>
|
---|
33 |
|
---|
34 | * html2xhtml.xsl: Set default values for chunker.output parameters so the
|
---|
35 | chunk.xsl stylesheet outputs proper doctype declaration
|
---|
36 | for XHTML output.
|
---|
37 |
|
---|
38 | 2003-07-03 Robert Stayton <bobstayton@users.sourceforge.net>
|
---|
39 |
|
---|
40 | * html2xhtml.xsl: Added a xsl:stylesheet template to add the xhtml namespace
|
---|
41 | as the default namespace for the stylesheet modules.
|
---|
42 |
|
---|
43 | 2002-11-14 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
44 |
|
---|
45 | * html2xhtml.xsl: Make UTF-8 the default for XHTML
|
---|
46 |
|
---|
47 | 2002-10-09 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
48 |
|
---|
49 | * html2xhtml.xsl: Make XHTML chunks
|
---|
50 |
|
---|
51 | 2002-06-11 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
52 |
|
---|
53 | * Makefile: branches: 1.7.2;
|
---|
54 | Make sure copied files get translated
|
---|
55 |
|
---|
56 | 2002-06-03 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
57 |
|
---|
58 | * Makefile: Added dependencies for profiling stylesheets
|
---|
59 |
|
---|
60 | 2002-05-17 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
61 |
|
---|
62 | * Makefile: Make the add-new rule actually, uhm, add new files.
|
---|
63 |
|
---|
64 | 2002-03-25 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
65 |
|
---|
66 | * Makefile: Improved rules
|
---|
67 |
|
---|
68 | 2002-03-01 Jirka Kosek <kosek@users.sourceforge.net>
|
---|
69 |
|
---|
70 | * Makefile: First portion of new profiling code. New stylesheet parameters will come later.
|
---|
71 |
|
---|
72 | 2002-03-01 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
73 |
|
---|
74 | * html2xhtml.xsl: Move stylesheet.result.type out of param and put it explicitly in each stylesheet because it has to be different
|
---|
75 |
|
---|
76 | 2002-02-21 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
77 |
|
---|
78 | * Makefile: Make sure xhtml directory gets built properly
|
---|
79 |
|
---|
80 | 2002-02-20 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
81 |
|
---|
82 | * .cvsignore, xslfiles.gen: Autogenerated
|
---|
83 |
|
---|
84 | 2002-02-07 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
85 |
|
---|
86 | * html2xhtml.xsl: Make sure that uses of the xsl:element element preserve the XHTML namespace
|
---|
87 |
|
---|
88 | 2002-01-09 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
89 |
|
---|
90 | * html2xhtml.xsl: Don't change the html.ext parameter
|
---|
91 |
|
---|
92 | 2001-12-30 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
93 |
|
---|
94 | * .cvsignore, Makefile, chunk.xsl, docbook.xsl, html2xhtml.xsl, xslfiles.gen:
|
---|
95 | Completely reworked strategy for XHTML
|
---|
96 |
|
---|
97 | 2001-12-04 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
98 |
|
---|
99 | * docbook.xsl: Feature ##469979 add xmlns for xhtml
|
---|
100 |
|
---|
101 | 2001-10-16 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
102 |
|
---|
103 | * xtchunk.xsl: Removed XT support
|
---|
104 |
|
---|
105 | 2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
106 |
|
---|
107 | * docbook.xsl: Bug #441079, use import instead of include so that xsl:output isn't occurring multiple times at the same level
|
---|
108 |
|
---|
109 | 2001-06-20 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
110 |
|
---|
111 | * docbook.xsl: Put public and system identifiers on XHTML documents to that entity references ( etc.) work
|
---|
112 |
|
---|
113 | 2001-04-03 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
114 |
|
---|
115 | * chunk.xsl, docbook.xsl, xtchunk.xsl: Support MathML and chunking properly
|
---|
116 |
|
---|
117 | 2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
|
---|
118 |
|
---|
119 | * docbook.xsl, xtchunk.xsl: New file.
|
---|
120 |
|
---|