>>> 1. We need to convert some DocBook documents in XHTML; however, the
>>> XHTML conversion flag is dimmed and cannot be switched on; I recall that
>>> we have used this option years ago, do you see any reason for this
>>> option to be unavailable ?
>>>
>>>       
>> Never seen this.
>>     
Dear M. Shafie,

We get back to you with this problem which looks like a bug (or
something we misunderstood) in XXE.

Using our DocBook configuration, the document conversion dialog is
dimmed (i.e. we have no way to select 'Use profiling stylesheets' nor
'Generate XHTML'). After some investigation, it appears that the
following statement in our configuration file causes the problem:

<property name="docb.toHTML1.transform" url="true">
    xsl/html1/default_custom.xsl
 </property>

If we comment out this statement and start XXE again, we get back the
preference dialog... This happens whatever the content of the XSLT file
declared in the property element, for example we tried:

<property name="docb.toHTML1.transform" url="true">
xsl/html1/dummy_custom.xsl
</property>

And in dummy_custom.xsl, we just placed a dummy customization statement,
and get the same effect:

<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
 <xsl:param name="section.autolabel" select="0"/>
</xsl:stylesheet>

Since we declare various *.xsl files this way in order to customize
heavily the stock outputs, we cannot just comment these lines from our
DocBook configuration...

Did we miss something ?
Thank you for your reply,
Best regards.



<<attachment: philippe_nobili.vcf>>

 
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to