From bogus@does.not.exist.com Mon Mar 1 06:30:10 2010 From: bogus@does.not.exist.com (=?ISO-8859-1?Q?Andr=E9?= Wyrwa) Date: Mon, 01 Mar 2010 23:30:10 +1100 Subject: [oXygen-user] new here...with a DocBook question Message-ID: <1267446610.6558.358.camel@localhost> Hei, my name's Andre and i just joined the list. I'm currently using a trial of oXygen Editor (the eclipse plugin installed in Aptana Studio) and am planning to buy the product. I'm primarily using the Author at this stage as a DocBook IDE. I'm not quite happy with the results of the transformation to PDF, particularly around Image scaling and general DocBook support. Image scaling: It seems the PDF transformation always scales images. That seems somewhat logical. However, i'm writing software documentation with a lot of screenshots. Other PDF exporter processes (like the one in OOo) manage to translate the screenshot's pixel size into a print unit (mm/pc/in) that matches the original image size more adequately. In the DocBook case, the stylesheet seems to make the images somewhat too large. Also, i couldn't find a way to limit the width of the scaled image to a maximum, but keep lower images at their original scale. Can anyone please help me with that? Tag support: It seems the transformation is a little incomplete/doesn't support some DocBook tags. Particularly, i have some 'task's in there that don't seem to translate into the PDF (they plain disappear including all their descendants). I'm using Apache FOP for FO processing and from what i gather that might be the problem. I'm running Linux and am happy to install xmlroff, if someone can confirm it helps. However, xmlroff seems incomplete, as well. Is there any 'complete' FO processor that would be the recommended choice? What are others using for DocBook to PDF transformations? Should i go via LaTeX instead? Lastly, i installed docbook2odf and setup a new transformation profile within oXygen that uses the docbook2odf stylesheets. Which at first sight seems to do the right thing, but when i try opening the resulting .odm (??) file in OpenOffice, the good thing throws me the ascii import dialog and i subsequently get the plain XML code in Writer. Thanks for any help or pointers, upfront. Andre. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part Url : http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100301/bf03d29d/attachment.bin From bogus@does.not.exist.com Mon Mar 1 07:28:25 2010 From: bogus@does.not.exist.com (George Cristian Bina) Date: Mon, 01 Mar 2010 15:28:25 +0200 Subject: [oXygen-user] new here...with a DocBook question In-Reply-To: <1267446610.6558.358.camel@localhost> References: <1267446610.6558.358.camel@localhost> Message-ID: <4B8BC0F9.2020209@oxygenxml.com> Dear Andre, The image scaling is indeed an issue with the Apache FOP. RenderX XEP should work fine. Regarding task, I get the expected output with a sample document like below:
Test article Test section Task First step Second step
Please verify if you have problems with the above sample. I believe Open Office expects the document to be compressed (as a ZIP archive). You probably need to perform that after the transformation, before opening the file in Open Office. Best Regards, George -- George Cristian Bina XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/1/10 2:30 PM, Andr? Wyrwa wrote: > Hei, > > my name's Andre and i just joined the list. > > I'm currently using a trial of oXygen Editor (the eclipse plugin > installed in Aptana Studio) and am planning to buy the product. > > I'm primarily using the Author at this stage as a DocBook IDE. > > I'm not quite happy with the results of the transformation to PDF, > particularly around Image scaling and general DocBook support. > > > Image scaling: > It seems the PDF transformation always scales images. That seems > somewhat logical. However, i'm writing software documentation with a lot > of screenshots. Other PDF exporter processes (like the one in OOo) > manage to translate the screenshot's pixel size into a print unit > (mm/pc/in) that matches the original image size more adequately. > > In the DocBook case, the stylesheet seems to make the images somewhat > too large. > > Also, i couldn't find a way to limit the width of the scaled image to a > maximum, but keep lower images at their original scale. > > Can anyone please help me with that? > > > Tag support: > It seems the transformation is a little incomplete/doesn't support some > DocBook tags. Particularly, i have some 'task's in there that don't seem > to translate into the PDF (they plain disappear including all their > descendants). > > I'm using Apache FOP for FO processing and from what i gather that might > be the problem. I'm running Linux and am happy to install xmlroff, if > someone can confirm it helps. However, xmlroff seems incomplete, as > well. Is there any 'complete' FO processor that would be the recommended > choice? > > What are others using for DocBook to PDF transformations? Should i go > via LaTeX instead? > > > Lastly, i installed docbook2odf and setup a new transformation profile > within oXygen that uses the docbook2odf stylesheets. Which at first > sight seems to do the right thing, but when i try opening the > resulting .odm (??) file in OpenOffice, the good thing throws me the > ascii import dialog and i subsequently get the plain XML code in Writer. > > > Thanks for any help or pointers, upfront. > Andre. > > > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user From bogus@does.not.exist.com Mon Mar 1 07:40:22 2010 From: bogus@does.not.exist.com (Alex Jitianu) Date: Mon, 01 Mar 2010 15:40:22 +0200 Subject: [oXygen-user] stylesheet documentation -- what language? In-Reply-To: <19334.59981.646336.881613@emt.wwp.brown.edu> References: <19334.59981.646336.881613@emt.wwp.brown.edu> Message-ID: <4B8BC3C6.5060303@sync.ro> Hello, Thank you for your suggestions. I've added them to our issue tracking tool and we'll resolve them as soon as possible. Do not hesitate to contact us if you have any other suggestions. Best regards, Alex -- Alex Jitianu XML Editor http://www.oxygenxml.com On 2/25/2010 11:23 PM, Syd Bauman wrote: > My apologies if this has already been mentioned and I didn't notice. > > I have recently started using oXygen's documentation feature to > generate HTML documentation for my XSLT stylesheets. I just went to > find out something about a stylesheet, and looked at the > documentation in my browser rather than opening the stylesheet. To my > horror, I could not figure out if it was written in XSLT 1 or XSLT 2. > > It would be nice if somewhere near the top of the documentation there > was an indication of the language the stylesheet is written in > (currently only XSLT 1.0, 2.0, I guess, but there will be other > possibilities in the future). Perhaps another box in the "main file" > collapsible area would do the trick. Could also mention reliance on > extension functions there, maybe? > > I'm currently using oXygen 11.1 (build 2009122213 on Mac OS X, but I > doubt any of this matters). > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > From bogus@does.not.exist.com Thu Mar 4 19:26:03 2010 From: bogus@does.not.exist.com (Markus Flatscher) Date: Thu, 04 Mar 2010 20:26:03 -0500 Subject: [oXygen-user] xProc/Upgrade Calabash? Message-ID: <4B905DAB.3050808@virginia.edu> How tightly is Calabash integrated with oXygen? I tried to get Calabash 0.9.19 to work from within oXygen; naively dropping the jar file lib/xproc/calabash obviously doesn't work, but neither does creating a new XProc engine instance under /Preferences/XML/XProc/XProc engines that points to a clean 0.9.19 installation. Is there a straightforward way to update Calabash on the user's end? Thanks, M. -- Markus Flatscher, Project Editor ROTUNDA, The University of Virginia Press PO Box 801079, Charlottesville, VA 22904-4318 USA Courier: 310 Old Ivy Way, Suite 302, Charlottesville VA 22903 Email: markus.flatscher at Web: http://rotunda.upress.virginia.edu/ From bogus@does.not.exist.com Fri Mar 5 02:43:44 2010 From: bogus@does.not.exist.com (George Cristian Bina) Date: Fri, 05 Mar 2010 10:43:44 +0200 Subject: [oXygen-user] xProc/Upgrade Calabash? In-Reply-To: <4B905DAB.3050808@virginia.edu> References: <4B905DAB.3050808@virginia.edu> Message-ID: <4B90C440.1080505@oxygenxml.com> Dear Markus, We have a public API [1] for integrating an XProc engine. For Calabash we plan to contribute the integration code to the Calabash project so that when you will get a specific version of Calabash you will have also the oXygen connector for that. In the meanwhile you may use the new Calabash as an external engine by configuring its command line in the oXygen options. However that has limitations wrt passing parameters and accessing Saxon EE. See also my recent message on the XProc list regarding some issues with the new schema and how to fix that. We will try to offer the new Calabash connector soon (a few weeks) but I cannot commit to a specific deadline for that. [1] www.oxygenxml.com/InstData/Editor/Developer/xprocAPI.zip Best Regards, George -- George Cristian Bina XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/5/10 3:26 AM, Markus Flatscher wrote: > How tightly is Calabash integrated with oXygen? > > I tried to get Calabash 0.9.19 to work from within oXygen; naively > dropping the jar file lib/xproc/calabash obviously doesn't work, but > neither does creating a new XProc engine instance under > /Preferences/XML/XProc/XProc engines that points to a clean 0.9.19 > installation. > > Is there a straightforward way to update Calabash on the user's end? > > Thanks, > > M. > From bogus@does.not.exist.com Mon Mar 8 03:04:57 2010 From: bogus@does.not.exist.com (Florent Georges) Date: Mon, 8 Mar 2010 09:04:57 +0000 (GMT) Subject: [oXygen-user] Custom engine: passing environment variables Message-ID: <196380.99609.qm@web23004.mail.ird.yahoo.com> Hi, I try to add a custom XQuery engine that relies on a shell script to be launched. This script in turn does expect one environment variable to be set. Unfirtunately, this variable does not seem to be set. I tried to set it in /etc/launchd.conf and in oxygenMac.sh, with no success. I use Mac OS X Snow Leopard, with oXygen 11.1, and I use Spotlight to launch oXygen. Did I miss something? Regards, -- Florent Georges http://www.fgeorges.org/ From bogus@does.not.exist.com Mon Mar 8 07:11:52 2010 From: bogus@does.not.exist.com () Date: Mon, 08 Mar 2010 13:11:52 +0000 Subject: [oXygen-user] =?utf-8?q?Nested_xincludes?= Message-ID: Hi, I'm having trouble using the oXygen debugger with a sequence of nested xincludes. When the first xinclude fails (which is expected in this instance), the error message says "include operation failed, reverting to fallback" but it doesn't seem to actually progress any further. The second xinclude instruction works perfectly when it's not nested within the first xinclude. Does anyone know what the problem might be and how to fix it? S. From bogus@does.not.exist.com Mon Mar 8 07:25:52 2010 From: bogus@does.not.exist.com (Adrian Buza) Date: Mon, 08 Mar 2010 15:25:52 +0200 Subject: [oXygen-user] Custom engine: passing environment variables In-Reply-To: <196380.99609.qm@web23004.mail.ird.yahoo.com> References: <196380.99609.qm@web23004.mail.ird.yahoo.com> Message-ID: <4B94FAE0.5060402@sync.ro> Hello, It should work. Make sure that you 'export' the environment variable in oxygenMac.sh. Also, Oxygen.app is not affected by the modifications in the oxygenMac.sh So make sure you are running Oxygen with oxygenMac.sh(in the command line). To make sure the environment variable is passed through you can create an external tool(Tols -> External Tools -> Preferences), and in its command line write: echo ${env(ENVIRONMENT_VARIABLE_NAME)} This should allow you to test right away if the variable is set in Oxygen. Let me know if you need further help. Regards, Adrian Buza --------------------- Oxygen XML Editor Florent Georges wrote: > Hi, > > I try to add a custom XQuery engine that relies on a shell > script to be launched. This script in turn does expect one > environment variable to be set. Unfirtunately, this variable > does not seem to be set. I tried to set it in /etc/launchd.conf > and in oxygenMac.sh, with no success. > > I use Mac OS X Snow Leopard, with oXygen 11.1, and I use > Spotlight to launch oXygen. Did I miss something? > > Regards, > > From bogus@does.not.exist.com Tue Mar 9 04:09:48 2010 From: bogus@does.not.exist.com (Florent Georges) Date: Tue, 9 Mar 2010 10:09:48 +0000 (GMT) Subject: [oXygen-user] Custom engine: passing environment variables In-Reply-To: <4B94FAE0.5060402@sync.ro> References: <196380.99609.qm@web23004.mail.ird.yahoo.com> <4B94FAE0.5060402@sync.ro> Message-ID: <993444.73573.qm@web23004.mail.ird.yahoo.com> Adrian Buza wrote: Hi, > So make sure you are running Oxygen with oxygenMac.sh(in the > command line). That was the problem, I use Spotlight. So I can use a terminal, but Spotlight is really convenient. Is there any way to set environment variables that are visible in oXygen.app? Regards, -- Florent Georges http://www.fgeorges.org/ From bogus@does.not.exist.com Tue Mar 9 04:22:55 2010 From: bogus@does.not.exist.com (Takako Kato) Date: Tue, 9 Mar 2010 10:22:55 +0000 Subject: [oXygen-user] Code Template Message-ID: <314628ab1003090222p4ddbc3fdm26016a82ceb7a2fe@mail.gmail.com> Dear all, I imported the Code Template I created to my colleague's computer, but the usual 'Control - Apple - Space bar' does not bring the registered special letter up. The version I want to make it work is Oxygen 7.1 on Mac. If anybody knows how to make the Code Template work on Oxygen 7.1 on Mac, please let me know. Thanks for your help. Best, Tak From bogus@does.not.exist.com Tue Mar 9 06:46:54 2010 From: bogus@does.not.exist.com (Adrian Buza) Date: Tue, 09 Mar 2010 14:46:54 +0200 Subject: [oXygen-user] Code Template In-Reply-To: <314628ab1003090222p4ddbc3fdm26016a82ceb7a2fe@mail.gmail.com> References: <314628ab1003090222p4ddbc3fdm26016a82ceb7a2fe@mail.gmail.com> Message-ID: <4B96433E.6060806@sync.ro> Hello, Oxygen 7.1 doesn't recognize the Editor properly after the import from 11.1 so you need to edit each of the Code Templates and specify the Editor(Associate with). Let me know if you are still encountering problems. Regards, Adrian Buza Oxygen XML Editor support Takako Kato wrote: > Dear all, > I imported the Code Template I created to my colleague's computer, but > the usual 'Control - Apple - Space bar' does not bring the registered > special letter up. The version I want to make it work is Oxygen 7.1 on > Mac. If anybody knows how to make the Code Template work on Oxygen 7.1 > on Mac, please let me know. Thanks for your help. > > Best, > Tak > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > From bogus@does.not.exist.com Tue Mar 9 08:19:18 2010 From: bogus@does.not.exist.com (Adrian Buza) Date: Tue, 09 Mar 2010 16:19:18 +0200 Subject: [oXygen-user] Custom engine: passing environment variables In-Reply-To: <993444.73573.qm@web23004.mail.ird.yahoo.com> References: <196380.99609.qm@web23004.mail.ird.yahoo.com> <4B94FAE0.5060402@sync.ro> <993444.73573.qm@web23004.mail.ird.yahoo.com> Message-ID: <4B9658E6.3030208@sync.ro> Hi, You can do the same for Oxygen.app. Right click on the app and select "Show contents", navigate to Content and edit the Info.plist. The best tool to edit it is the Property List Editor but any XML or text editor will do. You have to add inside the last dict element: LSEnvironment ENVIRONMENT_VARIABLE VALUE Regards, Adrian Florent Georges wrote: > Adrian Buza wrote: > > Hi, > > >> So make sure you are running Oxygen with oxygenMac.sh(in the >> command line). >> > > That was the problem, I use Spotlight. So I can use a > terminal, but Spotlight is really convenient. Is there any way > to set environment variables that are visible in oXygen.app? > > Regards, > > From bogus@does.not.exist.com Tue Mar 9 09:03:35 2010 From: bogus@does.not.exist.com (Florent Georges) Date: Tue, 9 Mar 2010 15:03:35 +0000 (GMT) Subject: [oXygen-user] Custom engine: passing environment variables In-Reply-To: <4B9658E6.3030208@sync.ro> References: <196380.99609.qm@web23004.mail.ird.yahoo.com> <4B94FAE0.5060402@sync.ro> <993444.73573.qm@web23004.mail.ird.yahoo.com> <4B9658E6.3030208@sync.ro> Message-ID: <362295.68525.qm@web23004.mail.ird.yahoo.com> Adrian Buza wrote: > You can do the same for Oxygen.app. Right click on the app and > select "Show contents", navigate to Content and edit the Info.plist. Perfect, thank you! -- Florent Georges http://www.fgeorges.org/ From bogus@does.not.exist.com Fri Mar 12 11:18:10 2010 From: bogus@does.not.exist.com (Bogdan Goreci) Date: Fri, 12 Mar 2010 19:18:10 +0200 Subject: [oXygen-user] [Ann] oXygen XML Editor version 11.2 Release Candidate Message-ID: <4B9A7752.4030105@oxygenxml.com> Dear Oxygen user, We would like to announce the availability of Oxygen XML Editor version 11.2 Release Candidate. There are improvements in XML Author, XML development tools, support for large documents and SVN Client. (See the What's New section below for more information.) We welcome any suggestions you might have after testing the application. Download ======== http://www.oxygenxml.com/RC11.2/Windows/VM/oxygen.exe http://www.oxygenxml.com/RC11.2/Linux/VM/oxygen.sh http://www.oxygenxml.com/RC11.2/MacOSX/oxygen.tar.gz http://www.oxygenxml.com/RC11.2/All/oxygen.tar.gz http://www.oxygenxml.com/RC11.2/Eclipse/com.oxygenxml.editor_11.2.0.v2010031218.zip Please note that the new version 11.2 can upgrade a previous Oxygen installation or can be installed side-by-side. License ======= If you already have a version 11 license key then you can use it with the new release. If you don't, please use this temporary license key: ------START-LICENSE-KEY------ Registration_Name=Release Candidate 11.2 Company=- Category=Enterprise Component=XML-Editor, XSLT-Debugger, Saxon-SA Version=11 Number_of_Licenses=1 Date=03-11-2010 Trial=15 SGN=MC0CFDU1OiF13f0pYAd4x8P+17mbHPtPAhUAj0OeAgLw7a65qQcRR9gRupxVeoA\= -------END-LICENSE-KEY------- What's New in Oxygen 11.2 ============================ Version 11.2 of Oxygen XML Editor improves the XML Author, the XML development tools, the support for large documents and the SVN Client. Author Component: * Author Component Integration Author for DITA: * Reusable component * Add/remove content reference attribute to/from existing elements * Speed improvements when opening large DITA maps Author (Visual Editing) Mode: * Improvement in Outline view * Workspace access plugin * Format and indent only the modified content Author API: * Update the Outline view * Customize the Outline view * Customize the Breadcrumb * Update the status bar Text Editing Mode: * Improved handling of large documents * Improved the opening of documents with very long lines * Support for XQuery 1.1 transformations * Hexa viewer * New spell checker * Customizable font styles for syntax highlighting XSLT Debugger: * Debug XPath expressions Plugins API: * Mark resource read-only * Open Redirect plugin SVN Client: * Faster working copy load time * Automatic refresh of the working copy * More responsive repository browsing * Better handling for obstructed resources * Print or save as image a revision graph Component Updates: * Update DITA Open Toolkit * Update Saxon 9 Processor * Update the Libxml and Libxslt Libraries * Update TEI P5 framework * Update CSS Validator Details... Author Component ------------------------------------ * Author Component Integration An Author page component can be integrated in your Java application or applet. All features available for editing in the Oxygen XML Editor Author page are also available in the Author component. See demonstration and more details here: http://www.oxygenxml.com/demo/AuthorDemoApplet/author-component-dita.html Author for DITA ----------------------------------- * Reusable component A fragment of a topic can be extracted in a separate file for reuse in different topics. The component can be reused by inserting an element with a conref attribute where the content of the component is needed. * Add/remove content reference attribute to/from existing elements The DITA framework includes actions for adding, editing and removing a content reference (conref, conkeyref, conrefend attributes) to/from an existing element. * Speed improvements when opening large DITA maps When a map contains a large number of topic references now the map is opened three times faster in the DITA Maps Manager view. Author (Visual Editing) Mode ------------------------------------------------ * Improvement in Outline view The start of the content of an inline child element is displayed both in that element and in the parent element in the Outline view. The parent element may remain collapsed in the Outline view which makes the document navigation faster. * Workspace access plugin A new type of plugin was added. This plugin provides support for customizing the menus, toolbars and views of the application and for opening and closing documents. It is active in both Text mode and Author mode of all opened documents. * Format and indent only the modified content When saving files in the Author page only the modified XML elements are formatted. In this way you have fewer differences between the original file content and the saved one. Author API ------------------------------ New classes in Author API * Update the Outline view The current selection can be accessed and set in the Outline view from custom extensions of an Author framework. * Customize the Outline view The popup menu and the displaying and filtering of the tree nodes can be customized in the Outline view with an extension of an Author framework. * Customize the breadcrumb The text displayed in the node list of the Breadcrumb and the popup menu of the Breadcrumb can be customized with an extension of an Author framework. * Update the status bar The user can be notified about the status or the success of operations by updating the Oxygen status bar. This is usually preferable to displaying a dialog box. Text Editing Mode ------------------------------------- * Improved handling of large documents The support for large documents has been improved. Now the opening and editing of large documents is faster with or without line wrap enabled. * Improved the opening of documents with very long lines oXygen can now open documents with very long lines by using automatic line wrapping. However, only the basic editing features are available, while others are disabled: automatic spell checking and automatic validation, XPath from Find/Replace, etc. * Support for XQuery 1.1 transformations Saxon 9 EE which is bundled with Oxygen can run transformations with XQuery 1.1 files. * Hexa viewer This version of Oxygen includes a hexa viewer for viewing the bytes of each character of a document. * New spell checker Hunspell is now used for spell checking of edited documents in both Author editor and Text editor. The old spell checking engine AZ Check is also an available alternative. * Customizable font styles for syntax highlighting A font style(bold/italic) and a background color can be set for any token(tag, text, etc) that is displayed in an editor in Text mode. XSLT Debugger --------------------------------- * Debug XPath expressions Now the XSLT Debugger is capable to step into XSLT functions called from XPath 2.0 expressions when using the bundled Saxon-HE/PE/EE XSLT processor. Plugins API ------------------------------- * Mark resource read-only A resource opened with a custom protocol plugin can be marked as read-only. It can be used when opening resources from a CMS (content management system). * Open Redirect plugin This type of plugin is useful for opening more than one file with only one open action. For example when a zip archive or an ODF file or an OOXML file is opened in the Archive Browser view the plugin can decide to open also a file from the archive in a new XML editor panel, like the document.xml main file from an OOXML file archive. SVN Client ------------------------------ * Faster working copy load time A working copy is cached, so when it is loaded next time in the Working Copy view, the operation will be much faster than in the previous versions of Syncro SVN Client. * Automatic refresh of the working copy The working copy is automatically refreshed every time Syncro SVN Client gains focus, if changes are detected in the file system. This is done in order to update the state of the resources modified by external applications. * More responsive repository browsing You can configure the repository connections timeout and stop non-responsive repository browsing operations. * Better handling for obstructed resources Operations correctly take into account obstructed resources. * Print or save as image a revision graph Generated revision graphs can be printed or saved as images. Component Updates ------------------------------------- * Update DITA Open Toolkit DITA Open Toolkit was updated to version 1.5.1 M1. It includes a speed improvement implemented by caching the grammar pool used for transforming DITA files. * Update Saxon 9 Processor The Saxon 9 XSLT/XQuery processor was updated to version 9.2.0.6. * Update the Libxml and Libxslt Libraries The Libxml library was updated to version 2.7.6. The Libxslt library was updated to version 1.1.26. * Update TEI P5 framework The TEI P5 schemas were updated to version 1.6.0. The TEI XSL stylesheets were updated to version 5.20. * Update CSS Validator The W3C CSS Validator was updated to version 2.0. As always, your comments and suggestions are appreciated. Best regards, Oxygen Development Team From bogus@does.not.exist.com Mon Mar 15 04:33:59 2010 From: bogus@does.not.exist.com (Yves Barbion) Date: Mon, 15 Mar 2010 10:33:59 +0100 Subject: [oXygen-user] Check spelling again Message-ID: <2d78e7071003150233x267486d9hff38346ffeea265b@mail.gmail.com> Hi group When I've checked the spelling of a topic, the -- Yves Barbion www.scripto.nu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/0676110f/attachment.html From bogus@does.not.exist.com Mon Mar 15 04:36:16 2010 From: bogus@does.not.exist.com (Yves Barbion) Date: Mon, 15 Mar 2010 10:36:16 +0100 Subject: [oXygen-user] Check spelling again Message-ID: <2d78e7071003150236o19dc202et7140be8d53c60419@mail.gmail.com> Hi group When I've checked the spelling of a topic, the Spelling dialog says "Finished". Then, I add/edit some text in this topic, and I want to check the spelling again, but the Spelling dialog still says "Finished". How can I check the spelling of that topic again? Cheers -- Yves Barbion www.scripto.nu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/6c98c030/attachment.html From bogus@does.not.exist.com Mon Mar 15 04:46:24 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Mon, 15 Mar 2010 11:46:24 +0200 Subject: [oXygen-user] Check spelling again In-Reply-To: <2d78e7071003150236o19dc202et7140be8d53c60419@mail.gmail.com> References: <2d78e7071003150236o19dc202et7140be8d53c60419@mail.gmail.com> Message-ID: <4B9E01F0.5060102@sync.ro> Hi Yves, Once the Spelling dialog is reopened, it should check again. Is the "Begin at caret position" checkbox from the dialog checked? Maybe you have the caret after the added paragraphs. Can you also try the Oxygen 11.2 beta which we announced on the users list and tell us if it the problem can be reproduced in it? http://www.oxygenxml.com/pipermail/oxygen-user/2010-March/003073.html We made many spell checker improvements for the Oxygen 11.2, by default the used spell checker is Hunspell for which a huge number of dictionaries is available on the internet. Also, the automatic spell checking is more lightweight and you could check it by default. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/15/2010 11:36 AM, Yves Barbion wrote: > Hi group > > When I've checked the spelling of a topic, the Spelling dialog says > "Finished". Then, I add/edit some text in this topic, and I want to > check the spelling again, but the Spelling dialog still says > "Finished". How can I check the spelling of that topic again? > > Cheers > > > -- > Yves Barbion > www.scripto.nu > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/edb47775/attachment.html From bogus@does.not.exist.com Mon Mar 15 05:42:54 2010 From: bogus@does.not.exist.com (Yves Barbion) Date: Mon, 15 Mar 2010 11:42:54 +0100 Subject: [oXygen-user] Check spelling again In-Reply-To: <4B9E01F0.5060102@sync.ro> References: <2d78e7071003150236o19dc202et7140be8d53c60419@mail.gmail.com> <4B9E01F0.5060102@sync.ro> Message-ID: <4B9E0F2E.609@gmail.com> Hi Radu Thank you for the swift reply. I've done some testing, and it seems to happen with Dutch text only. This is what I did: 1. Select the option "Obey xml:lang attributes" in the Preferences. 2. Set the xml:lang attribute of my paragraph to Dutch (nl-nl). 3. Run the spell-checker: everything OK (Finished). 4. Type some typos in the Dutch text, for example "dit is tekstdfhhjhqsh slg". 5. Put my cursor at the start of my topic (CTRL+Home). 6. Run the spell-checker again: Finished. The typos were not found and I cannot tell oXygen to check all paragraphs again. It does seem to work OK if I set the xml:lang attribute to en-us or de-de. This also happens in version 11.2. By the way, I see that you have changed the keyboard shortcut from F7 to F4 now. No problem for me, because I'm an oXygen newbie, but experienced users may not like changed keyboard shortcuts in new versions. Cheers Yves Radu Coravu wrote: > Hi Yves, > > Once the Spelling dialog is reopened, it should check again. Is the > "Begin at caret position" checkbox from the dialog checked? > Maybe you have the caret after the added paragraphs. > Can you also try the Oxygen 11.2 beta which we announced on the users > list and tell us if it the problem can be reproduced in it? > http://www.oxygenxml.com/pipermail/oxygen-user/2010-March/003073.html > > We made many spell checker improvements for the Oxygen 11.2, by > default the used spell checker is Hunspell for which a huge number of > dictionaries is available on the internet. > Also, the automatic spell checking is more lightweight and you could > check it by default. > > Regards, > Radu > -- > Radu Coravu > XML Editor, Schema Editor and XSLT Editor/Debugger > http://www.oxygenxml.com > > > On 3/15/2010 11:36 AM, Yves Barbion wrote: >> Hi group >> >> When I've checked the spelling of a topic, the Spelling dialog says >> "Finished". Then, I add/edit some text in this topic, and I want to >> check the spelling again, but the Spelling dialog still says >> "Finished". How can I check the spelling of that topic again? >> >> Cheers >> >> >> -- >> Yves Barbion >> www.scripto.nu >> >> >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at >> http://www.oxygenxml.com/mailman/listinfo/oxygen-user >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/ec51e62d/attachment.html From bogus@does.not.exist.com Mon Mar 15 07:04:21 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Mon, 15 Mar 2010 14:04:21 +0200 Subject: [oXygen-user] Check spelling again In-Reply-To: <4B9E0F2E.609@gmail.com> References: <2d78e7071003150236o19dc202et7140be8d53c60419@mail.gmail.com> <4B9E01F0.5060102@sync.ro> <4B9E0F2E.609@gmail.com> Message-ID: <4B9E2245.604@sync.ro> Hi Yves, The explanation is quite simple: We do not distribute a Dutch dictionary by default with Oxygen so the paragraph is ignored. In the Oxygen Preferences->Editor / Spell Check page press F1 to invoke the Help and in the Help for that options page you should find some indication about adding new dictionary. As I said, Oxygen 11.2 comes with the Hunspell spell checker by default and you should find the Dutch dictionary easily. About the shortcut change, the default (F4->F7) was actually changed in the Oxygen 10.x versions but each new version of Oxygen tries to import the preferences from older versions so the "F4" was propagated throughout the versions. I do not know exactly why the Oxygen 11.1 preferences were not imported into the Oxygen 11.2 preferences in your case. I'll test some more. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/15/2010 12:42 PM, Yves Barbion wrote: > Hi Radu > > Thank you for the swift reply. > > I've done some testing, and it seems to happen with Dutch text only. > This is what I did: > > 1. Select the option "Obey xml:lang attributes" in the Preferences. > 2. Set the xml:lang attribute of my paragraph to Dutch (nl-nl). > 3. Run the spell-checker: everything OK (Finished). > 4. Type some typos in the Dutch text, for example "dit is > tekstdfhhjhqsh slg". > 5. Put my cursor at the start of my topic (CTRL+Home). > 6. Run the spell-checker again: Finished. The typos were not found and > I cannot tell oXygen to check all paragraphs again. > > It does seem to work OK if I set the xml:lang attribute to en-us or de-de. > > This also happens in version 11.2. By the way, I see that you have > changed the keyboard shortcut from F7 to F4 now. No problem for me, > because I'm an oXygen newbie, but experienced users may not like > changed keyboard shortcuts in new versions. > > Cheers > > Yves > > > Radu Coravu wrote: >> Hi Yves, >> >> Once the Spelling dialog is reopened, it should check again. Is the >> "Begin at caret position" checkbox from the dialog checked? >> Maybe you have the caret after the added paragraphs. >> Can you also try the Oxygen 11.2 beta which we announced on the users >> list and tell us if it the problem can be reproduced in it? >> http://www.oxygenxml.com/pipermail/oxygen-user/2010-March/003073.html >> >> We made many spell checker improvements for the Oxygen 11.2, by >> default the used spell checker is Hunspell for which a huge number of >> dictionaries is available on the internet. >> Also, the automatic spell checking is more lightweight and you could >> check it by default. >> >> Regards, >> Radu >> -- >> Radu Coravu >> XML Editor, Schema Editor and XSLT Editor/Debugger >> http://www.oxygenxml.com >> >> >> On 3/15/2010 11:36 AM, Yves Barbion wrote: >>> Hi group >>> >>> When I've checked the spelling of a topic, the Spelling dialog says >>> "Finished". Then, I add/edit some text in this topic, and I want to >>> check the spelling again, but the Spelling dialog still says >>> "Finished". How can I check the spelling of that topic again? >>> >>> Cheers >>> >>> >>> -- >>> Yves Barbion >>> www.scripto.nu >>> >>> >>> _______________________________________________ >>> oXygen-user mailing list >>> oXygen-user at >>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user >>> >> >> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/0a9487b1/attachment.html From bogus@does.not.exist.com Mon Mar 15 10:54:55 2010 From: bogus@does.not.exist.com (Yves Barbion) Date: Mon, 15 Mar 2010 16:54:55 +0100 Subject: [oXygen-user] Check spelling again [SOLVED] Message-ID: <2d78e7071003150854j4639a607w6bc98dcafc909377@mail.gmail.com> Hi group The problem is solved now. I added the Dutch Hunspell dictionary and things work like a charm. You can find the Hunspell dictionaries here: http://wiki.services.openoffice.org/wiki/Dictionaries I also like the option to ignore elements (codeblock, msgblock, codeph...) a lot! Thank you very much for the kind and swift support, Radu. Cheers -- Yves Barbion www.scripto.nu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/e4e72568/attachment.html From bogus@does.not.exist.com Mon Mar 15 11:04:51 2010 From: bogus@does.not.exist.com (Mark Wilson) Date: Mon, 15 Mar 2010 09:04:51 -0700 Subject: [oXygen-user] Can two dictionaries be used at the same time? References: <2d78e7071003150854j4639a607w6bc98dcafc909377@mail.gmail.com> Message-ID: The conversation about the spellchecking in 11.2 is very interesting to me. My XML markup frequently contains both English and Czech. I stopped using spellchecking because the Czech words always were marked "misspelled" by the English dictionary. Is it possible to use both dictionaries at the same time? Or would I have to add some sort of language attribute to my markup? Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/49658eb9/attachment.html From bogus@does.not.exist.com Mon Mar 15 11:11:38 2010 From: bogus@does.not.exist.com (Yves Barbion) Date: Mon, 15 Mar 2010 17:11:38 +0100 Subject: [oXygen-user] Can two dictionaries be used at the same time? In-Reply-To: References: <2d78e7071003150854j4639a607w6bc98dcafc909377@mail.gmail.com> Message-ID: <2d78e7071003150911y374efe48v91465ba220737640@mail.gmail.com> Indeed Mark, if you use DITA, you can use the xml:lang attribute for this. For example, I'm writing a Dutch user guide for an English software product. In that case, I will set the xml:lang attribute on my elements to Dutch (xml:lang="nl-nl"), but I use special elements to refer to the user interface of the software, for example . The xml:lang attributes for my elements will be set to . The spell-checker will switch between my English and Dutch dictionary automatically. And my translators will know that they will have to be extra careful when they translate the text of my elements. Great feature! -- Yves Barbion www.scripto.nu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100315/abc93e15/attachment.html From bogus@does.not.exist.com Tue Mar 16 02:02:59 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Tue, 16 Mar 2010 09:02:59 +0200 Subject: [oXygen-user] Can two dictionaries be used at the same time? In-Reply-To: References: <2d78e7071003150854j4639a607w6bc98dcafc909377@mail.gmail.com> Message-ID: <4B9F2D23.7010809@sync.ro> Hi Mark, In addition to what Yves said: In the Oxygen Preferences "Editor / Spell Check" page you have a default dictionary selected which applies when there are no "lang" or "xml:lang" attributes on elements. If you have such attributes present on XML elements (with ISO-like values like "en_US" or "en-us"") dictionaries for the respective languages will be applied (if they are installed, of course). In Oxygen 11.2 it will be easy to add new dictionaries to the Hunspell spell checker. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/15/2010 6:04 PM, Mark Wilson wrote: > The conversation about the spellchecking in 11.2 is very interesting > to me. > My XML markup frequently contains both English and Czech. I stopped > using spellchecking because the Czech words always were marked > "misspelled" by the English dictionary. Is it possible to use both > dictionaries at the same time? Or would I have to add some sort of > language attribute to my markup? > Mark > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100316/842cad80/attachment.html From bogus@does.not.exist.com Tue Mar 16 03:09:05 2010 From: bogus@does.not.exist.com (Mark Wilson) Date: Tue, 16 Mar 2010 01:09:05 -0700 Subject: [oXygen-user] Can two dictionaries be used at the same time? References: <2d78e7071003150854j4639a607w6bc98dcafc909377@mail.gmail.com> <4B9F2D23.7010809@sync.ro> Message-ID: <2464B1F80EDF4CD79DF30CAF8663420F@BIGBOY> Thanks for the tip. I've downloaded 11/2, but have not used it yet. Regards, Mark From: Radu Coravu Sent: Tuesday, March 16, 2010 12:02 AM To: Mark Wilson Cc: oxygen-user at Subject: Re: [oXygen-user] Can two dictionaries be used at the same time? Hi Mark, In addition to what Yves said: In the Oxygen Preferences "Editor / Spell Check" page you have a default dictionary selected which applies when there are no "lang" or "xml:lang" attributes on elements. If you have such attributes present on XML elements (with ISO-like values like "en_US" or "en-us"") dictionaries for the respective languages will be applied (if they are installed, of course). In Oxygen 11.2 it will be easy to add new dictionaries to the Hunspell spell checker. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/15/2010 6:04 PM, Mark Wilson wrote: The conversation about the spellchecking in 11.2 is very interesting to me. My XML markup frequently contains both English and Czech. I stopped using spellchecking because the Czech words always were marked "misspelled" by the English dictionary. Is it possible to use both dictionaries at the same time? Or would I have to add some sort of language attribute to my markup? Mark _______________________________________________ oXygen-user mailing list oXygen-user at http://www.oxygenxml.com/mailman/listinfo/oxygen-user -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100316/53ee742c/attachment.html From bogus@does.not.exist.com Wed Mar 17 07:12:30 2010 From: bogus@does.not.exist.com (Florent Georges) Date: Wed, 17 Mar 2010 12:12:30 +0000 (GMT) Subject: [oXygen-user] Missing schema in XMLSpec catalog? Message-ID: <755532.46332.qm@web23006.mail.ird.yahoo.com> Hi, In 11.2RC (but that was the same in 11.1) the catalog for XMLSpec contains the following mappings for the schemas: but not fior the RELAX NG Compact form syntax: Is it on purpose or a bug? Regards, -- Florent Georges http://www.fgeorges.org/ From bogus@does.not.exist.com Wed Mar 17 07:19:22 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Wed, 17 Mar 2010 14:19:22 +0200 Subject: [oXygen-user] Missing schema in XMLSpec catalog? In-Reply-To: <755532.46332.qm@web23006.mail.ird.yahoo.com> References: <755532.46332.qm@web23006.mail.ird.yahoo.com> Message-ID: <4BA0C8CA.8040804@sync.ro> Hello Florent, Thanks for the tip. We will update the catalog and also add this new entry. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/17/2010 2:12 PM, Florent Georges wrote: > Hi, > > In 11.2RC (but that was the same in 11.1) the catalog for > XMLSpec contains the following > mappings for the schemas: > > > > > > but not fior the RELAX NG Compact form syntax: > > > > Is it on purpose or a bug? > > Regards, > > From bogus@does.not.exist.com Wed Mar 17 08:18:18 2010 From: bogus@does.not.exist.com (Florent Georges) Date: Wed, 17 Mar 2010 06:18:18 -0700 (PDT) Subject: [oXygen-user] Missing schema in XMLSpec catalog? In-Reply-To: <4BA0C8CA.8040804@sync.ro> References: <755532.46332.qm@web23006.mail.ird.yahoo.com> <4BA0C8CA.8040804@sync.ro> Message-ID: <325233.72963.qm@web23001.mail.ird.yahoo.com> Radu Coravu wrote: > We will update the catalog and also add this new entry. Great, thank you! -- Florent Georges http://www.fgeorges.org/ From bogus@does.not.exist.com Fri Mar 19 10:21:06 2010 From: bogus@does.not.exist.com (Steve Matlock) Date: Fri, 19 Mar 2010 08:21:06 -0700 Subject: [oXygen-user] Oxygen 10 UI question Message-ID: <486770971003190821x1b36c5bclabbacc2ad973b8d0@mail.gmail.com> I somehow turned off the 2nd row of menu icons in the DITA Maps perspective/view window (the left-side window that shows the DITA Map hierarchically). I don't know how I did it, but I can't turn it back on. The DITA Maps window is open, and I can use the top row of icons. Can I reset this somehow? -- Steve Matlock http://nohomeformyblog.blogspot.com/ From bogus@does.not.exist.com Fri Mar 19 14:12:44 2010 From: bogus@does.not.exist.com (George Cristian Bina) Date: Fri, 19 Mar 2010 21:12:44 +0200 Subject: [oXygen-user] [ann] oXygen XML editor version 11.2 and some more news Message-ID: <4BA3CCAC.8050000@oxygenxml.com> Hi, I am pleased to announce that a new version of oXygen is available from our website http://www.oxygenxml.com For the complete list of new features and details please see http://www.oxygenxml.com/index.html#new-version We have an @oxygenxml user on Twitter so you may want to follow that for oXygen related updates http://twitter.com/oxygenxml We plan to have that more active in the future. I also just set up a few hours ago a Facebook page for oXygen: http://www.facebook.com/pages/oXygen-XML-Editor/107247659293674 Until now 17 people registered as oXygen fans, including me :) oXygen was one of the sponsors at XML Prague last week. I had there a presentation on schema-aware editing, and participated in a panel on XML editing tools. If you did not attend the conference you should be able to watch the recordings of the sessions soon, when they will be posted on the conference website http://www.xmlprague.cz/2010/index.html We plan to be a sponsor also at Balisage this year and to exhibit at the DITA Europe conference. We plan also to have a number of online meetings to present some of the oXygen features. It will be great if you can send us feeback on what topics you would find useful to be included in these presentations. Best Regards, George -- George Cristian Bina XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com From bogus@does.not.exist.com Sat Mar 20 06:50:32 2010 From: bogus@does.not.exist.com (Tony Graham) Date: Sat, 20 Mar 2010 11:50:32 +0000 Subject: [oXygen-user] Per-project XML database collections? Message-ID: <87r5nftdo7.fsf@takai.menteithconsulting.com> It seems that connections to XML databases are saved as part of the overall configuration. I would prefer if connections could also be project-specific since: - Multiple people work on the project, and it would be simpler if everybody didn't have to setup the connection individually. - The project already includes xcc.jar, so it would be simpler if could locate the jar relative to the project file (since different people will have the project at different locations on their machines). - This particular database connection is only relevant to one project. Regards, Tony Graham Tony.Graham at Director W3C XSL FO SG Invited Expert Menteith Consulting Ltd XML Guild member XML, XSL and XSLT consulting, programming and training Registered Office: 13 Kelly's Bay Beach, Skerries, Co. Dublin, Ireland Registered in Ireland - No. 428599 http://www.menteithconsulting.com -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- xmlroff XSL Formatter http://xmlroff.org xslide Emacs mode http://www.menteith.com/wiki/xslide Unicode: A Primer urn:isbn:0-7645-4625-2 From bogus@does.not.exist.com Mon Mar 22 05:41:38 2010 From: bogus@does.not.exist.com (Adrian Buza) Date: Mon, 22 Mar 2010 12:41:38 +0200 Subject: [oXygen-user] Oxygen 10 UI question In-Reply-To: <486770971003190821x1b36c5bclabbacc2ad973b8d0@mail.gmail.com> References: <486770971003190821x1b36c5bclabbacc2ad973b8d0@mail.gmail.com> Message-ID: <4BA74962.8020105@sync.ro> Hello, If you click in the first row on the rightmost icon, an arrow(a triangle) pointing right, it will show or hide the second row. Regards, Adrian Buza Oxygen XML Editor support Steve Matlock wrote: > I somehow turned off the 2nd row of menu icons in the DITA Maps > perspective/view window (the left-side window that shows the DITA Map > hierarchically). I don't know how I did it, but I can't turn it back > on. The DITA Maps window is open, and I can use the top row of icons. > > Can I reset this somehow? > > From bogus@does.not.exist.com Tue Mar 23 03:01:28 2010 From: bogus@does.not.exist.com (Sorin Ristache) Date: Tue, 23 Mar 2010 10:01:28 +0200 Subject: [oXygen-user] Per-project XML database collections? In-Reply-To: <87r5nftdo7.fsf@takai.menteithconsulting.com> References: <87r5nftdo7.fsf@takai.menteithconsulting.com> Message-ID: <4BA87558.3030709@oxygenxml.com> Hello, Oxygen does not allow you to save at project level some user preferences that are platform dependent. For example the installation paths for the library files or driver files of databases are usually platform dependent. Also the password that is set for the user name of the database connection is encrypted with an algorithm that uses a machine dependent key. The key is machine dependent for avoiding security problems caused by copying the user preferences to other machine by an unauthorized user. The same would be true if the database connection is stored in an Oxygen project. Regards, Sorin Tony Graham wrote: > It seems that connections to XML databases are saved as part of the > overall configuration. > > I would prefer if connections could also be project-specific since: > > - Multiple people work on the project, and it would be simpler if > everybody didn't have to setup the connection individually. > > - The project already includes xcc.jar, so it would be simpler if > could locate the jar relative to the project file (since > different people will have the project at different locations on > their machines). > > - This particular database connection is only relevant to one project. > > Regards, From bogus@does.not.exist.com Wed Mar 24 19:37:38 2010 From: bogus@does.not.exist.com (Markus Flatscher) Date: Wed, 24 Mar 2010 20:37:38 -0400 Subject: [oXygen-user] 11.2 XPath box in Find/Replace stuck? Message-ID: <4BAAB052.1060106@virginia.edu> Hi there, using oXygen 11.2, build 2010031611 on Mac OS X in text mode, I'm unable to activate the XPath constraint box in the Find/Replace dialogue (it seems to invariably stay grayed out). Is this a known bug, or am I overlooking something? Thanks, Markus P.S. (O/T): thanks much for all those quick-and-timely XProc updates! -- Markus Flatscher, Project Editor ROTUNDA, The University of Virginia Press PO Box 801079, Charlottesville, VA 22904-4318 USA Courier: 310 Old Ivy Way, Suite 302, Charlottesville VA 22903 Email: markus.flatscher at Web: http://rotunda.upress.virginia.edu/ From bogus@does.not.exist.com Thu Mar 25 02:12:45 2010 From: bogus@does.not.exist.com (Sorin Ristache) Date: Thu, 25 Mar 2010 09:12:45 +0200 Subject: [oXygen-user] 11.2 XPath box in Find/Replace stuck? In-Reply-To: <4BAAB052.1060106@virginia.edu> References: <4BAAB052.1060106@virginia.edu> Message-ID: <4BAB0CED.8060708@oxygenxml.com> Hello, The XPath field is activated in the Find/Replace diaog only if the document is well-formed XML. An XPath expression cannot be applied on a text fragment that is not well-formed XML. Is your document a well-formed XML one? If yes please post a small sample for reproducing the problem. Regards, Sorin Markus Flatscher wrote: > Hi there, > > using oXygen 11.2, build 2010031611 on Mac OS X in text mode, I'm unable > to activate the XPath constraint box in the Find/Replace dialogue (it > seems to invariably stay grayed out). Is this a known bug, or am I > overlooking something? > > Thanks, > > Markus > > P.S. (O/T): thanks much for all those quick-and-timely XProc updates! > From bogus@does.not.exist.com Thu Mar 25 09:36:20 2010 From: bogus@does.not.exist.com (Stefan Vasile) Date: Thu, 25 Mar 2010 16:36:20 +0200 Subject: [oXygen-user] Nested xincludes In-Reply-To: References: Message-ID: <4BAB74E4.8010103@oxygenxml.com> Hello, I tried to reproduce your problem so I created a file with the following content: and I saved it in the Oxygen samples directory in order to reference the already existing personal.xml file (as xinclude fallback). Then I created a small XSL file to test the transformation and the debugging process.

Indeed, there is a warning message that the xinclude operation failed and the fallback will be used but the debugging process seems to continue correctly. Please let me know if I missed something (I tested with Oxygen 11.2 and Saxon HE/PE/EE and Saxon 6.5.5 as XSLT processors). Best regards, Stefan Vasile http://www.oxygenxml.com PS: Please make sure that Options->Preferences->XML->XML Parser->"Enable XInclude processing" is checked (that should be the default). > Hi, > > I'm having trouble using the oXygen debugger with a sequence of nested > xincludes. When the first xinclude fails (which is expected in this > instance), the error message says "include operation failed, reverting > to fallback" but it doesn't seem to actually progress any further. > > > > > > url="file:///home/projects/cms/story/screen_default.xml" /> > > > > > > The second xinclude instruction works perfectly when it's not nested > within the first xinclude. > > Does anyone know what the problem might be and how to fix it? > > S. > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > From bogus@does.not.exist.com Thu Mar 25 10:53:26 2010 From: bogus@does.not.exist.com () Date: Thu, 25 Mar 2010 15:53:26 +0000 Subject: [oXygen-user] =?utf-8?q?Nested_xincludes?= Message-ID: Hi Stefan, I reproduced your test locally and, as you said, it works when I use Saxon 6.5.5 (with Oxygen 10 as a plugin within Eclipse) but not when I use Saxon-B 9.1.0.7. S. on 25/3/10 2:36 PM, Stefan Vasile wrote: > Hello, > > I tried to reproduce your problem so I created a file with the following > content: > > > > > > > > > url="file:///home/projects/cms/story/screen_default.xml" /> > > > > > > > and I saved it in the Oxygen samples directory in order to reference the > already existing personal.xml file (as xinclude fallback). > Then I created a small XSL file to test the transformation and the > debugging process. > > > xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" > xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" version="1.0"> > > > > > > > > > > >
>
> > >
>
> > Indeed, there is a warning message that the xinclude operation failed > and the fallback will be used but the debugging process seems to > continue correctly. > Please let me know if I missed something (I tested with Oxygen 11.2 and > Saxon HE/PE/EE and Saxon 6.5.5 as XSLT processors). > > Best regards, > Stefan Vasile > http://www.oxygenxml.com > > PS: Please make sure that Options->Preferences->XML->XML Parser->"Enable > XInclude processing" is checked (that should be the default). >> Hi, >> >> I'm having trouble using the oXygen debugger with a sequence of nested >> xincludes. When the first xinclude fails (which is expected in this >> instance), the error message says "include operation failed, reverting >> to fallback" but it doesn't seem to actually progress any further. >> >> >> >> >> >> > url="file:///home/projects/cms/story/screen_default.xml" /> >> >> >> >> >> >> The second xinclude instruction works perfectly when it's not nested >> within the first xinclude. >> >> Does anyone know what the problem might be and how to fix it? >> >> S. >> _______________________________________________ >> oXygen-user mailing list >> oXygen-user at >> http://www.oxygenxml.com/mailman/listinfo/oxygen-user >> > > > > From bogus@does.not.exist.com Thu Mar 25 15:22:01 2010 From: bogus@does.not.exist.com (George Cristian Bina) Date: Thu, 25 Mar 2010 22:22:01 +0200 Subject: [oXygen-user] Nested xincludes In-Reply-To: References: Message-ID: <4BABC5E9.80109@oxygenxml.com> Can you try also with oXygen version 11.2? Saxon 9.1 is included in an older version of oXygen, 10.2 I think. Version 11.2 ships the latest Saxon, version 9.2.0.6. Now, please note that if you replaced Saxon 9.2 from oXygen 11.2 with Saxon 9.1 that is a not supported configuration and most probably will not work as oXygen has a strong dependence on Saxon. Best Regards, George -- George Cristian Bina XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/25/10 5:53 PM, coder at wrote: > Hi Stefan, > > I reproduced your test locally and, as you said, it works when I use Saxon > 6.5.5 (with Oxygen 10 as a plugin within Eclipse) but not when I use Saxon-B > 9.1.0.7. > > S. > > > on 25/3/10 2:36 PM, Stefan Vasile wrote: > >> Hello, >> >> I tried to reproduce your problem so I created a file with the following >> content: >> >> >> >> >> >> >> >> > >> url="file:///home/projects/cms/story/screen_default.xml" /> >> >> >> >> >> >> >> and I saved it in the Oxygen samples directory in order to reference the >> already existing personal.xml file (as xinclude fallback). >> Then I created a small XSL file to test the transformation and the >> debugging process. >> >> >> > xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-result-prefixes="xs" >> xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl" version="1.0"> >> >> >> >> >> >> >> >> >> >> >>
>>
>> >> >>
>>
>> >> Indeed, there is a warning message that the xinclude operation failed >> and the fallback will be used but the debugging process seems to >> continue correctly. >> Please let me know if I missed something (I tested with Oxygen 11.2 and >> Saxon HE/PE/EE and Saxon 6.5.5 as XSLT processors). >> >> Best regards, >> Stefan Vasile >> http://www.oxygenxml.com >> >> PS: Please make sure that Options->Preferences->XML->XML Parser->"Enable >> XInclude processing" is checked (that should be the default). >>> Hi, >>> >>> I'm having trouble using the oXygen debugger with a sequence of nested >>> xincludes. When the first xinclude fails (which is expected in this >>> instance), the error message says "include operation failed, reverting >>> to fallback" but it doesn't seem to actually progress any further. >>> >>> >>> >>> >>> >>> >> url="file:///home/projects/cms/story/screen_default.xml" /> >>> >>> >>> >>> >>> >>> The second xinclude instruction works perfectly when it's not nested >>> within the first xinclude. >>> >>> Does anyone know what the problem might be and how to fix it? >>> >>> S. >>> _______________________________________________ >>> oXygen-user mailing list >>> oXygen-user at >>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user >>> >> >> >> >> > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user From bogus@does.not.exist.com Fri Mar 26 13:09:23 2010 From: bogus@does.not.exist.com (Robert Nagle) Date: Fri, 26 Mar 2010 13:09:23 -0500 Subject: [oXygen-user] customizing doc type associations in AUTHOR? (Win 7 permissions) Message-ID: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com> Hi, I am in XML Author in Win 7 and am trying to change some default settings when editing docbook. I don't like the fact that by default author will open up docbook files in Author view. I prefer for it to open in text/code view. I am using lots of xincludes, so if I open up the main index.xml, author will attempt to tie all the files together (it will also spit an error message if parts are not valid). That can be time-consuming. I see that when editing Document Type associations (DTA), you have the option to change default code view. That would seem to be the answer. But wait! 1)Oxygen is pushing me to create a duplicate DTA for docbook5 instead of editing the original DTA. This sounds logical, but really I have no idea what this means to work with a duplicated DTA. Does this mean there are now 2 DTAs pointing to Docbook instead of 1? How does Oxygen know which settings to use? Do I need to specify this in my project? How do I do this? Will I need to do this every time? 2)The other option is to change my role from Content Author to Developer. Developer seems to have edit power over DTA options. Assuming that I change my role to developer, when I change the view to Text view, it gives me this error: You have no write permissions to the store location of this document type:C:\Program Files (x86)\Oxygen XML Author 11\frameworks\docbook\docbook5.framework Now I have noticed two problems with trying to edit the original DTAs. 1)they get erased every time you upgrade. (This happens when I add something to the catalog file in that Oxygen directory too). 2)I have windows permission problems every time. On my Vista box, I would edit the Security settings for the docbook directory to allow full control; only doing this would allow Oxygen to make this change successfully. On my Win 7 box, this doesn't seem to be working. It seems to me that the Oxygen configuration options should only change things which Oxygen editor has the permissions to change. Relying on the user to figure out which security scheme to use seems unwise. Or I am totally doing this the wrong way? Thanks for your help. -- Robert Nagle From bogus@does.not.exist.com Sun Mar 28 12:11:51 2010 From: bogus@does.not.exist.com (Mark Wilson) Date: Sun, 28 Mar 2010 10:11:51 -0700 Subject: [oXygen-user] Self-completing elements Message-ID: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY> When I am entering elements into an XML or XSD file, the closing tag appears automatically, but that does not happen when I am working with HTML or XHTML. Is there a preferences setting to turn this on? I am using version 11.2 and it seems to me that earlier versions did the self-completion for HTML. Thanks, Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100328/234fd6d2/attachment.html From bogus@does.not.exist.com Mon Mar 29 01:06:10 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Mon, 29 Mar 2010 09:06:10 +0300 Subject: [oXygen-user] customizing doc type associations in AUTHOR? (Win 7 permissions) In-Reply-To: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com> References: <4ca4cda1003261109k73532012t96311ab879ad2f7f@mail.gmail.com> Message-ID: <4BB04352.7010609@sync.ro> Dear Robert, All your observations are true. You have 2 ways to accomplish what you want (number 1 being the recommended one): 1) Starting from Oxygen 11.1 in the Oxygen Preferences->"Editor / Pages" page there is a checkbox "Allow Document Type.....". Just uncheck it and the Document Type setting will no longer be used to decide the initial page. The checkbox was introduced exactly for problems like yours. 2) In the "Content Author" mode press Edit, choose duplicate, uncheck the initial page checkbox and save the settings. The duplicate Document Type will be saved in the Oxygen internal options and will not be erased by any upgrade. The downside to this is that if we add new actions, functionality to a document type in a future version of Oxygen, you will not benefit from it. Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/26/2010 8:09 PM, Robert Nagle wrote: > Hi, I am in XML Author in Win 7 and am trying to change some default > settings when editing docbook. > > I don't like the fact that by default author will open up docbook > files in Author view. I prefer for it to open in text/code view. I > am using lots of xincludes, so if I open up the main index.xml, author > will attempt to tie all the files together (it will also spit an error > message if parts are not valid). That can be time-consuming. > > I see that when editing Document Type associations (DTA), you have the > option to change default code view. That would seem to be the answer. > But wait! > > 1)Oxygen is pushing me to create a duplicate DTA for docbook5 instead > of editing the original DTA. This sounds logical, but really I have > no idea what this means to work with a duplicated DTA. Does this mean > there are now 2 DTAs pointing to Docbook instead of 1? How does Oxygen > know which settings to use? Do I need to specify this in my project? > How do I do this? Will I need to do this every time? > > 2)The other option is to change my role from Content Author to > Developer. Developer seems to have edit power over DTA options. > Assuming that I change my role to developer, when I change the view to > Text view, it gives me this error: > > You have no write permissions to the store location of this document > type:C:\Program Files (x86)\Oxygen XML Author > 11\frameworks\docbook\docbook5.framework > > Now I have noticed two problems with trying to edit the original DTAs. > > 1)they get erased every time you upgrade. (This happens when I add > something to the catalog file in that Oxygen directory too). > 2)I have windows permission problems every time. On my Vista box, I > would edit the Security settings for the docbook directory to allow > full control; only doing this would allow Oxygen to make this change > successfully. On my Win 7 box, this doesn't seem to be working. > > It seems to me that the Oxygen configuration options should only > change things which Oxygen editor has the permissions to change. > Relying on the user to figure out which security scheme to use seems > unwise. Or I am totally doing this the wrong way? > > Thanks for your help. > > From bogus@does.not.exist.com Mon Mar 29 01:56:25 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Mon, 29 Mar 2010 09:56:25 +0300 Subject: [oXygen-user] Self-completing elements In-Reply-To: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY> References: <2AF3CA6027E04819AC527E8606D8C8AB@BIGBOY> Message-ID: <4BB04F19.4060701@sync.ro> Hi Mark, There is one content completion regression that occurred in Oxygen 11.2 and that we are working to fix: You start typing a new tag in the Text page like:
" instead of pressing ENTER. The end tag is not inserted as it was in previous versions. Does this represent your usecase? If not, can you give us some more steps like a small XML fragment, and more details? When the fix becomes available it should also be included in the Oxygen 11.2 kits available on site, just follow this RSS link to be notified of minor Oxygen bug fixes: http://www.oxygenxml.com/build_history.html Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/28/2010 8:11 PM, Mark Wilson wrote: > When I am entering elements into an XML or XSD file, the closing tag > appears automatically, but that does not happen when I am working > with HTML or XHTML. Is there a preferences setting to turn this on? I > am using version 11.2 and it seems to me that earlier versions did the > self-completion for HTML. > Thanks, > Mark > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100329/9638df4f/attachment.html From bogus@does.not.exist.com Mon Mar 29 23:33:56 2010 From: bogus@does.not.exist.com (Mark Wilson) Date: Mon, 29 Mar 2010 21:33:56 -0700 Subject: [oXygen-user] Format disables JQuery script Message-ID: <6209317C446F4D429F3F65589DCBE096@BIGBOY> I have an XHTML page constructed in Oxygen 11.2. It contains a JavaScript that works until I click the "Format and Indent" menu icon. After I do that, the script no longer works. Note: the script does not appear to change - all of the changes occur within the body of the HTML. Is this normal? I can send you the HTML page with the css files if that would help. Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100329/d1d10ecb/attachment.html From bogus@does.not.exist.com Tue Mar 30 00:41:49 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Tue, 30 Mar 2010 08:41:49 +0300 Subject: [oXygen-user] Format disables JQuery script In-Reply-To: <6209317C446F4D429F3F65589DCBE096@BIGBOY> References: <6209317C446F4D429F3F65589DCBE096@BIGBOY> Message-ID: <4BB18F1D.3010409@sync.ro> Hi Mark, Some samples would be great. Just send them to our support email address if they contain private data: http://www.oxygenxml.com/contact.html Regards, Radu -- Radu Coravu XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 3/30/2010 7:33 AM, Mark Wilson wrote: > I have an XHTML page constructed in Oxygen 11.2. It contains a > JavaScript that works until I click the "Format and Indent" menu icon. > After I do that, the script no longer works. Note: the script does not > appear to change - all of the changes occur within the body of the HTML. > Is this normal? I can send you the HTML page with the css files if > that would help. > Mark > > > _______________________________________________ > oXygen-user mailing list > oXygen-user at > http://www.oxygenxml.com/mailman/listinfo/oxygen-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20100330/3744e512/attachment.html From bogus@does.not.exist.com Tue Mar 30 04:08:41 2010 From: bogus@does.not.exist.com (Radu Coravu) Date: Tue, 30 Mar 2010 12:08:41 +0300 Subject: [oXygen-user] Format disables JQuery script( more files) In-Reply-To: <34FF960B523048E0884A673D6C089595@BIGBOY> References: <6209317C446F4D429F3F65589DCBE096@BIGBOY> <4BB18F1D.3010409@sync.ro> <34FF960B523048E0884A673D6C089595@BIGBOY> Message-ID: <4BB1BF99.201@sync.ro> Hi Mark, I'm forwarding the solution to the users list, maybe some other people might find it useful. The problem is that by default pretty print in Oxygen collapses empty tags so that: becomes: The javascript comment between the open and close script tags will fix the problem. You don't have any TEXTAREAs, do you? Or use XSL 2 and the XHTML output method. best, -Rob On Tue, Mar 30, 2010 at 2:08 AM, Radu Coravu wrote: > Hi Mark, > > I'm forwarding the solution to the users list, maybe some other people might > find it useful. > > The problem is that by default pretty print in Oxygen collapses empty tags > so that: > > becomes: > > > The javascript comment between the open and close script tags will fix > the problem. You don't have any TEXTAREAs, do you? > > Or use XSL 2 and the XHTML output method. > > best, > -Rob > > On Tue, Mar 30, 2010 at 2:08 AM, Radu Coravu wrote: > >> Hi Mark, >> >> I'm forwarding the solution to the users list, maybe some other people might >> find it useful. >> >> The problem is that by default pretty print in Oxygen collapses empty tags >> so that: >> >> becomes: >>