From: Per O. <per...@us...> - 2004-03-17 22:40:19
|
perolesen 04/03/17 14:30:50 Modified: sdocbook/xdocs changes.xml Log: Added description of changes in 1.4 so far Revision Changes Path 1.3 +19 -0 maven-plugins/sdocbook/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/sdocbook/xdocs/changes.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- changes.xml 17 Oct 2003 18:53:25 -0000 1.2 +++ changes.xml 17 Mar 2004 22:30:50 -0000 1.3 @@ -7,6 +7,25 @@ <body> + <release version="1.4" date=""> + <action dev="polesen" type="add"> + The docbook DTDs are huge and take time to resolve externally. + Added the EntityResolver from xml-commons and added properties to be + able to use it. + </action> + <action dev="polesen" type="add"> + Added the xalan25 extensions jar from stylesheet distribution to be able + to use the stylesheet extensions. + </action> + <action dev="polesen" type="add"> + Added possibility to set the stylesheet params. + </action> + <action dev="polesen" type="add"> + Added copying of external resources like images, which the target output + references externally (e.g. a HTML output which includes a IMG tag). + </action> + </release> + <release version="1.3" date="2003-10-17"> <action dev="wdsgoe" type="add"> Added on more example files |