Search found 653 matches
- Wed Dec 19, 2018 4:12 pm
- Forum: XSLT and FOP
- Topic: XSLT Unit Tests on included Stylesheets
- Replies: 1
- Views: 417
Re: XSLT Unit Tests on included Stylesheets
Hello, Thank you for reporting this issue. Do you get any log inside the results area? Both the Oxygen built-in transformation scenarios and the XSpec Helper View are using ANT based transformation scenarios and when one such scenario fails we present some log inside the results area. I've tried to ...
- Thu Nov 22, 2018 11:06 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Adding fields to DITA topics
- Replies: 3
- Views: 401
Re: Adding fields to DITA topics
Hello, A DITA framework already exists so what you want to do is either change the existing one or extend it . I would say the recommended choice is to extend it because you will make switching to the next Oxygen version easier. After you create the extension you need to do is to create a CSS that c...
- Tue Nov 20, 2018 5:49 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Adding fields to DITA topics
- Replies: 3
- Views: 401
Re: Adding fields to DITA topics
Hello, it looks like what you need are some new document templates . Please note that in your case, at step 2, the new template should be saved in a specific framework's directory. The content of this template should contain the "prerequisites" element as well as any other desired structur...
- Thu Nov 08, 2018 1:46 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Insert cascade dependencies
- Replies: 2
- Views: 406
Re: Insert cascade dependencies
Hello, In our SDK sample project , inside the oxygen-sample-framework module, thre is an implementation of an ro.sync.contentcompletion.xml.CIElement named simple.documentation.framework.SDFElement . After you copy this impllementation into your own project all you have to do is build the hierarchy:...
- Mon Oct 08, 2018 3:20 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: oxy_link-text() not resolving on xrefs targeting fn element?
- Replies: 6
- Views: 866
Re: oxy_link-text() not resolving on xrefs targeting fn element?
Hello Bruno,
We have an issue recorder for adding support for the target-counter() function but I have to say that it is not on our short term TODO list. Nevertheless, user requests can increase its priority so I've added your vote for it.
Best regards,
Alex
We have an issue recorder for adding support for the target-counter() function but I have to say that it is not on our short term TODO list. Nevertheless, user requests can increase its priority so I've added your vote for it.
Best regards,
Alex
- Thu Oct 04, 2018 11:32 am
- Forum: DocBook
- Topic: Potential performance concerns with oxy_url() and oxy_xpath() ?
- Replies: 24
- Views: 5045
Re: Potential performance concerns with oxy_url() and oxy_xpath() ?
Hi Charles, THe docbook CSSs contain at-rules that depends on the viewport width: @media screen AND (min-width:25cm) { This means that when the viewport changes, styles are recomputed. But when this happens and your LinkTextResolver is invoked the resolver should be lightning fast since it has alrea...
- Mon Oct 01, 2018 2:23 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: oxy_link-text() not resolving on xrefs targeting fn element?
- Replies: 6
- Views: 866
Re: oxy_link-text() not resolving on xrefs targeting fn element?
Hello Bruno, rather than having to wave the mouse over each xref and unveil each xref destination link (on demand). How about if you render the value of the @href attribute? Is that an acceptable information? I know that it is not perfect but it is the fastest obtainable information. /* fn xref */ *...
- Fri Sep 28, 2018 3:40 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: oxy_link-text() not resolving on xrefs targeting fn element?
- Replies: 6
- Views: 866
Re: oxy_link-text() not resolving on xrefs targeting fn element?
Hello Bruno, You are correct. Currently, oxy-link_text() doesn't extract any text from a fn element. When we decided how oxy_link-text() extracts content from the targets, we tried to mimic the PDF and HTML publishing. If you publish a content that contains xrefs to fn elements, you will notice a si...
- Thu Sep 20, 2018 2:31 pm
- Forum: DocBook
- Topic: Potential performance concerns with oxy_url() and oxy_xpath() ?
- Replies: 24
- Views: 5045
Re: Potential performance concerns with oxy_url() and oxy_xpath() ?
Hi Charles, I guess that the ${targets} variable is defined inside preferences , right? oxy_link-text() doesn't support any parameters so you can't pass it any data that way. Inside a LinkTextResolver you can expand editor variables: authorAccess.getUtilAccess().expandEditorVariables("${targets...
- Fri Sep 14, 2018 12:22 pm
- Forum: DocBook
- Topic: Potential performance concerns with oxy_url() and oxy_xpath() ?
- Replies: 24
- Views: 5045
Re: Potential performance concerns with oxy_url() and oxy_xpath() ?
Hi Charles, When we publish our API as Maven artifacts we also pack their source code. ro.sync.ecss.extensions.api.ExtensionsBundle is part of the API so you will have access to its source code without having to do anything in particular. So if you invoke the Eclipse action Open Type (Ctrl+Shift+T) ...
- Tue Sep 11, 2018 3:24 pm
- Forum: DocBook
- Topic: Potential performance concerns with oxy_url() and oxy_xpath() ?
- Replies: 24
- Views: 5045
Re: Potential performance concerns with oxy_url() and oxy_xpath() ?
Hi, You should download the Oxygen SDK . In the submodule called oxygen-sample-framework , after executing a mvn generate-resources , you will notice a samples directory which will contain the DocbookLinkTextResolver code as well as ro.sync.ecss.extensions.docbook.DocBook5ExtensionsBundle . ro.sync....
- Tue Aug 21, 2018 3:20 pm
- Forum: Common Problems
- Topic: 1.3.2 git addon can't be installed
- Replies: 2
- Views: 615
Re: 1.3.2 git addon can't be installed
Hello,
I'm sorry for the inconvenience... For some reason the build didn't succeed. Please give it another try, it should work now.
Best regards,
Alex
I'm sorry for the inconvenience... For some reason the build didn't succeed. Please give it another try, it should work now.
Best regards,
Alex
- Tue Aug 21, 2018 11:16 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Placeholder text in oXygen css for text field and textarea
- Replies: 4
- Views: 665
Re: Placeholder text in oXygen css for text field and textarea
Hello, Currently, those two form controls don't offer this functionality. I will add an issue to support a new placeholder property on the form controls. Meanwhile, perhaps it will help if you use a date picker form control instead of the text field because you can impose a date format. There is alw...
- Mon Aug 20, 2018 10:15 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to sync BitBucket repository with Oxygen XML
- Replies: 3
- Views: 591
Re: How to sync BitBucket repository with Oxygen XML
Hi, BitBucket offers the possibility to create both Git and Mercurial repositories. I should have mentioned that the Oxygen Git Plugin only works with Git based repository. In case you have Mercurial based repositories then you'll have to use an external client, like SourceTree. Assuming that you ha...
- Tue Aug 14, 2018 2:22 pm
- Forum: Common Problems
- Topic: Where has TEI P4 > P5 transformation gone?
- Replies: 2
- Views: 570
Re: Where has TEI P4 > P5 transformation gone?
Hello, The TEI Consortium had agreed to remove the entire P4 framework from the TEI frameworks some time before Oxygen 19 was released: https://github.com/TEIC/oxygen-tei/issues/8 If you still need the TEI P4 framework, the easiest way to get it is to: 1. download a build that contains the TEI P4 fr...
- Thu Aug 09, 2018 5:07 pm
- Forum: Common Problems
- Topic: Crypto class missing in TEI ODD transformation
- Replies: 2
- Views: 670
Re: Crypto class missing in TEI ODD transformation
Hello, There is a jar missing from the scenario's configuration. Are you using the built-in TEI ODD framework or have you installed the add-on provided by the TEI Consortium ? Anyway, here is how to add the missing jar: 1. go to Options, Preferences... , on page Document Type Associations and edit t...
- Wed Aug 08, 2018 10:47 am
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: How to sync BitBucket repository with Oxygen XML
- Replies: 3
- Views: 591
Re: How to sync BitBucket repository with Oxygen XML
Hi, You need to install Oxygen Git Plugin. To do that: 1. go to Help -> Install new add-ons... 2. in the "Show add-ons from" combo select Default update site 3. Check the Git Support add-on and follow the installation procedure After restarting Oxygen you will have a new view named Git Sta...
- Tue Jul 31, 2018 4:12 pm
- Forum: Common Problems
- Topic: element not allowed here
- Replies: 1
- Views: 528
Re: element not allowed here
Hello, I assume that you don't have any validation errors if you open this document inside Oxygen , right? I'm thinking that perhaps TEI Publisher doesn't have access to your schema: tei_BOO(1).rng . Unfortunately I don't have any experience working with TEI Publisher but I believe you will find suc...
- Fri Jul 27, 2018 4:18 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Error during customizing the xml menu using Eclipse IDE Integration
- Replies: 7
- Views: 1328
Re: Error during customizing the xml menu using Eclipse IDE Integration
Hi Girish, Do you have any errors or exception that might help us understand what's happening? If the plugin.xml contains any errors, Eclipse usually reports them inside the Problems view. You probably create a new Eclipse Application configuration that loads this plugin together with an installed O...
- Fri Jul 27, 2018 3:10 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Error during customizing the xml menu using Eclipse IDE Integration
- Replies: 7
- Views: 1328
Re: Error during customizing the xml menu using Eclipse IDE Integration
Hi Girish, If I understand it correctly, you are able to run the plugin inside Eclipse 4.3 but not in Eclipse 4.7, right? Here is what I did and it might help you as well: 1. Open plugin.xml using Eclipse's Plug-in Manifest Editor 2. Go on the Dependencies tab 3. Identify the requirement: org.eclips...
- Fri Jul 27, 2018 12:04 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: Error during customizing the xml menu using Eclipse IDE Integration
- Replies: 7
- Views: 1328
Re: Error during customizing the xml menu using Eclipse IDE Integration
Hello, Are you trying to customize the Standalone/Desktop Oxygen distribution or our Eclipse plugin distribution? For the Standalone distribution we have our own plugin mechanism (although the descriptor is called plugin.xml as well). All the sample plugins from oxygen-sample-plugins are plugins for...
- Thu Jul 05, 2018 3:54 pm
- Forum: XSLT and FOP
- Topic: XSPEC output
- Replies: 3
- Views: 936
Re: XSPEC output
Hi Fredrik,
I'm sorry to hear that... Nevertheless, my offer still stands. You can send me the XSpec file together with the XSLT on support@oxygenxml.com and I will try to see why it doesn't work. Rest assure, once I make the tests, I will remove the files from my system.
Best regards,
Alex
I'm sorry to hear that... Nevertheless, my offer still stands. You can send me the XSpec file together with the XSLT on support@oxygenxml.com and I will try to see why it doesn't work. Rest assure, once I make the tests, I will remove the files from my system.
Best regards,
Alex
- Wed Jul 04, 2018 4:25 pm
- Forum: DITA (Editing and Publishing DITA Content)
- Topic: Can we use vector pdf directly as an svg image
- Replies: 1
- Views: 411
Re: Can we use vector pdf directly as an svg image
Hello, These vector PDFs, are they EPS format or actual PDFs? Most EPS files include a preview picture which Oxygen is able to render out-of-the-box. Starting with version 20, oxygen also renders PDF images but if you are running an older version then you can install a plugin to render them. Best re...
- Mon Jul 02, 2018 3:50 pm
- Forum: XSLT and FOP
- Topic: XSPEC output
- Replies: 3
- Views: 936
Re: XSPEC output
Hello, The html report that is generated links to a result file that does not exist. Can you send me some sample files on support@oxygenxml.com so I can reproduce the same behavior and try to understand what is happening? I use the "XSpec for XSLT" scenario, but find no documentation of so...
- Mon Jun 18, 2018 3:41 pm
- Forum: SDK-API, Frameworks - Document Types
- Topic: StylesFilter issue when reopening document
- Replies: 1
- Views: 834
Re: StylesFilter issue when reopening document
Hi Johann, Does it work better if you put it on a BEFORE? if(authorNode.getType() == AuthorNode.NODE_TYPE_PSEUDO_ELEMENT && "before".equals(authorNode.getName())) { authorNode = authorNode.getParent(); if ("myElement".equals(authorNode.getName())) { .................. } }...
- Mon Jun 04, 2018 4:38 pm
- Forum: Common Problems
- Topic: Debugging MarkLogic Rest Extensions
- Replies: 1
- Views: 594
Re: Debugging MarkLogic Rest Extensions
Hello, Debugging a REST resource extension tends to be quite tricky. First of all the REST extension is loaded dynamically which means that its module URI is not known to the server at the beginning of the debugging session. To add breakpoints we use MarkLogic's API dbg:break() and dbg:line() . Thes...
- Wed Apr 25, 2018 3:13 pm
- Forum: Feature Request
- Topic: CSS capability for adding multiple attributes in one click
- Replies: 1
- Views: 822
Re: CSS capability for adding multiple attributes in one click
Hi Girish, It is possible. First of all, in the document type association you need to define 3 actions : 1. An author action that uses the ChangeAttributeOperation to set align=“left” 2. An author action that uses the ChangeAttributeOperation to set placement=“break" 3. An author action that us...
- Wed Apr 25, 2018 11:26 am
- Forum: SDK-API, Frameworks - Document Types
- Topic: Custom Protocol Plugin error with DITA-OT Transformations
- Replies: 4
- Views: 1259
Re: Custom Protocol Plugin error with DITA-OT Transformations
Hi Ankit, Indeed, a DITA-OT transformation is run in a different process in which a StandalonePluginWorkspace instance is not available. I will add an issue to investigate how we can make one available (at least one with partial functionality, like the UtilAccess methods). We will let you know as so...
- Mon Apr 23, 2018 12:40 pm
- Forum: Feature Request
- Topic: ${ask} relative_url enhancements
- Replies: 1
- Views: 869
Re: ${ask} relative_url enhancements
Hello, Thank you for reporting these functionality gaps. I've added some issues to enhance the ${ask} variable. Meanwhile, as an workaround, you can contribute custom variables through an workspace access plugin. We have a sample Workspace Access plugin which constitutes a good starting point on Git...
- Tue Apr 17, 2018 11:51 am
- Forum: Common Problems
- Topic: Open/Find Resource Search Scope
- Replies: 4
- Views: 845
Re: Open/Find Resource Search Scope
Hi Dan, We've further investigated this situation and it appears that the patterns from the "Ignore content of these files" option only apply when indexing the file content. It is a design choice we made at the time when the feature was implemented. Nevertheless, we see the need of some fi...