[XXE] The messages of XMLmind XML Editor v6 have been translated to Chinese
We are glad to announce that the messages of XMLmind XML Editor v6 have been translated to Chinese. Many thanks to Semel for doing this! If you are interested in this translation, please use menu item "Options|Install Add-ons" to automatically download and install the corresponding add-on. -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
Re: [XXE] XXE Crash on linux
On Jul 17, 2014, at 4:26 AM, Hussein Shafie wrote: > On 07/16/2014 03:57 PM, Boris Goldowsky wrote: >> I’m trying XXE pro v6 on Scientific Linux (v 6.5), and getting a crash when >> I choose the “Options - Install Add-ons” menu item. This error message is >> printed: >> >> GLib-GIO-ERROR **: Setting schema ‘org.gnome.system.proxy’ is not >> installed >> aborting… >> Aborted >> >> Java is OpenJDK 1.7.0_55. > > See this support request for a suggested workaround. > > http://stackoverflow.com/questions/16522932/glassfish-no-start-glib-gio-error-settings-schema-org-gnome-system-proxy-i > --- > Try to install gsettings-desktop-schemas. Unfortunately, that’s part of a later version of Gnome, not available on RHEL/CentOS/Scientific Linux 6. > Thanks for the information but we really don't see what we can do. It's > *Java* which crashes, not XXE. > > Also please note that we do not officially support the OpenJDK, only Apple > and Oracle Java runtimes. By saying this, I simply mean that XXE is never > tested against the OpenJDK (and, to make things worse, nor against any Linux > distribution having a Gnome desktop). OK. It’s not crucial for us, just thought you might want to know. RHEL7 is recently out, and that may well fix the problem since it should have the more recent libraries. Boris -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
Re: [XXE] XXE Crash on linux
On 07/17/2014 02:04 PM, Boris Goldowsky wrote: On Jul 17, 2014, at 4:26 AM, Hussein Shafie wrote: See this support request for a suggested workaround. http://stackoverflow.com/questions/16522932/glassfish-no-start-glib-gio-error-settings-schema-org-gnome-system-proxy-i --- Try to install gsettings-desktop-schemas. Unfortunately, that’s part of a later version of Gnome, not available on RHEL/CentOS/Scientific Linux 6. OK. Thanks for the information but we really don't see what we can do. It's *Java* which crashes, not XXE. Also please note that we do not officially support the OpenJDK, only Apple and Oracle Java runtimes. By saying this, I simply mean that XXE is never tested against the OpenJDK (and, to make things worse, nor against any Linux distribution having a Gnome desktop). OK. It’s not crucial for us, just thought you might want to know. Yes, that's right. RHEL7 is recently out, and that may well fix the problem since it should have the more recent libraries. Many thanks for taking the time to report this issue! -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
[XXE] How get nice header into web help
Hi, I am using the pro version 5.9.0 to generate web help--and am trying to insert a custom header just like the one in the XMLmind XML Editor - Online Help example: http://www.xmlmind.com/xmleditor/_distrib/doc/help/wh/index.html I see from your example you were able to insert your header into the body somehow. Do you have any tips on how to do this? I tried to solve this by creating a customized .css which put an image and text "before" the body defined by __stock_webhelp.css. This looks good at first, but on closer inspection we find that the last bit of content in our longer sections cannot be viewed when scrolled down to. What's missing in the content is an area about equal to the size of the hacked in header we inserted. You can see an example of what I'm talking about here: http://www.xtuple.org/sites/default/files/refguide/current/dspSingleLevelBOM.html Thanks for any insight. Best regards, Pierce -- Pierce Tyler VP Knowledge Management @xTuple -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support
Re: [XXE] How get nice header into web help
On 07/18/2014 09:23 PM, Pierce Tyler wrote: I am using the pro version 5.9.0 to generate web help--and am trying to insert a custom header just like the one in the XMLmind XML Editor - Online Help example: http://www.xmlmind.com/xmleditor/_distrib/doc/help/wh/index.html I see from your example you were able to insert your header into the body somehow. Do you have any tips on how to do this? I tried to solve this by creating a customized .css which put an image and text "before" the body defined by __stock_webhelp.css. This looks good at first, but on closer inspection we find that the last bit of content in our longer sections cannot be viewed when scrolled down to. What's missing in the content is an area about equal to the size of the hacked in header we inserted. You can see an example of what I'm talking about here: http://www.xtuple.org/sites/default/files/refguide/current/dspSingleLevelBOM.html Please remove your CSS customization as it may gets in the way. This is done by passing the XSL stylesheets parameter wh-user-header and/or wh-user-footer. These parameters must point to an XHTML file containing or . You'll find the documentation of these parameters here: http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__wh-user-header http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__wh-user-footer http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__wh-user-css Yes, we use the same WebHelp compiler for DocBook and for DITA. However we have documented this WebHelp compiler only in the case of DITA. DocBook example: --- xxetool convert -p toc.section.depth 4 \ -p chunk.section.depth 2 \ -p use.id.as.filename 1 \ -p olink.doctitle yes \ -p current.docid help \ -pu target.database.document ../common/doc_html.sitemap \ -p wh-collapse-toc yes \ -p wh-user-header wh_resources/header.html \ -p wh-user-footer wh_resources/footer.html \ -p wh-user-css wh_resources/header_footer.css \ -p wh-user-resources wh_resources/header_footer_files \ docb.toWebHelp help.xml -u $(DOC_DIR)/wh --- where header.html, footer.html and header_footer.css are attached to this email. TIP: xxetool is XXE without a GUI. See http://www.xmlmind.com/xmleditor/_distrib/doc/xxetool/index.html. Works the same with XXE, except that you must specify absolute URLs for header.html, footer.html and header_footer.css Title: Header 2 XMLmind XML Editor - Online Help Title: Footer 2 Web Help generated using XMLmind XML Editor. #page-header { background-color: #90D1F7; background-image: url(header_footer_files/top_gradient.png); background-repeat: repeat-x; background-position: top left; padding-top: 1ex; padding-left: 1ex; padding-right: 1ex; padding-bottom: 0.5ex; margin: 0; } #page-header-title { text-align: center; color: #484850; font-size: 200%; font-weight: bold; } #page-footer { color: gray; font-size: 85%; font-style: italic; padding: 0.5ex; margin: 0; } -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support