maurizio codogno wrote: > I used to apply a personalized configuration file to XMLmind (see > attached file). After upgrading to V2.10 it does not seem to work > anymore. I moved it to the new path > c:/Documents and Settings/%USERNAME%/Application Data/XMLmind/XMLEditor/addon > > and indeed I see the commands I added. But launching "citazioni" > gives no output. > I think there is something I overlooked. Is there a document > which specifies the differences between V2.9 and V2.10?
See http://www.xmlmind.com/xmleditor/changes.html > ciao, .mau. > > ps: here there is the message log, and the content of > chunk.xsl . I don't know why it worked in V2.9 and not V2.10. To my knowledge, V2.10 does not change anything regarding process commands compared to V2.9. Please download from this private download area a slightly modified version of your customization that works fine in V2.10 --- http://www.pixware.fr/_download/maurizio/myDocBook.zip 8389bytes, Wed Jun 22 04:44:01 PM CEST 2005 --- I've modified both myDocBook.xxe and myChunk.xsl and I have created subdirectory graphics/ for you. That is, all the details are important in order to make this work. Change --- <parameter name="chunk.section.depth">1</parameter> --- to --- <parameter name="chunk.section.depth">0</parameter> --- if you want to create a *single* HTML file called index.html. > =-=-=-= > Loading configuration "C:\Program > Files\XMLmind_XML_Editor\addon\config\configuration\configuration.xxe"... > Loading configuration "C:\Documents and Settings\mau\Application > Data\XMLmind\XMLEditor\addon\config\myDocBook.xxe"... > Loading document "D:\mau\My Documents\DocBook\citazioni\main.xml"... > Deserializing DTD '-//OASIS//DTD DocBook XML V4.2//EN'. > Fetching DTD '-//OASIS//DTD DocBook XML V4.2//EN' from cache. > Document "file:/D:/mau/My%20Documents/DocBook/citazioni/main.xml" loaded. > Processing "xi:include" elements in > "file:/D:/mau/My%20Documents/DocBook/citazioni/main.xml". > Stripping superfluous white space from > "file:/D:/mau/My%20Documents/DocBook/citazioni/main.xml". > Checking "D:\mau\My Documents\DocBook\citazioni\main.xml" validity... > "D:\mau\My Documents\DocBook\citazioni\main.xml" is valid. > Creating directory "resources" > Copying document to "__doc.xml" > Creating directory "graphics" > Copying ressources specified by "@xsl/images/graphics/gif_graphics.list" > to "graphics" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/box.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\box.gif" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/down.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\down.gif" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/home.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\home.gif" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/next.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\next.gif" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/prev.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\prev.gif" > Copying file > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/images/graphics/up.gif" > to "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\graphics\up.gif" > Copying ressources specified by > "file:/D:/mau/My%20Documents/DocBook/citazioni/cit.css" > to "html.css" > Copying file "file:/D:/mau/My%20Documents/DocBook/citazioni/cit.css" to > "C:\Documents and Settings\mau\Local Settings\Temp\xxe19089\html.css" > Transforming XML file "__doc.xml" to "__doc.html" using "xsl/html/chunk.xsl" > Compiling style sheet > "file:/C:/Documents%20and%20Settings/mau/Application%20Data/XMLmind/XMLEditor/addon/config/xsl/html/chunk.xsl" > Processing XML file "C:\Documents and Settings\mau\Local > Settings\Temp\xxe19089\__doc.xml" > Deleting files matching "__doc.*" > Copying files to "file:/D:/mau/My%20Documents/out/cit/" > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\html.css" to "D:\mau\My > Documents\out\cit\html.css" (1/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\box.gif" to > "D:\mau\My > Documents\out\cit\graphics\box.gif" (2/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\down.gif" to > "D:\mau\My > Documents\out\cit\graphics\down.gif" (3/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\home.gif" to > "D:\mau\My > Documents\out\cit\graphics\home.gif" (4/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\next.gif" to > "D:\mau\My > Documents\out\cit\graphics\next.gif" (5/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\prev.gif" to > "D:\mau\My > Documents\out\cit\graphics\prev.gif" (6/7) > Copying "C:\DOCUME~1\mau\LOCALS~1\Temp\xxe19089\graphics\up.gif" to "D:\mau\My > Documents\out\cit\graphics\up.gif" (7/7) > Command execution has succeeded. > =-=-=-= > <?xml version="1.0" encoding="US-ASCII"?> > <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > xmlns:exsl="htt > p://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" version="1.0" > exclude > -result-prefixes="exsl"> > > <xsl:import href="xxe-config:docbook/xsl/html/chunk.xsl"/> > <xsl:import href="xxe-config:docbook/xsl/html/changebars.xsl"/> > > </xsl:stylesheet> > =-=-=-=-=

