Search found 1008 matches

by alex_jitianu
Fri Oct 23, 2015 10:58 am
Forum: Common Problems
Topic: oXygen 17.1, Schematron and normalize-unicode
Replies: 3
Views: 1744

Re: oXygen 17.1, Schematron and normalize-unicode

Hello, Thank you for reporting this issue. We've already solved the problem and the fix will be available in the next 17.1 build. Furthermore, although normalize-unicode() is offered as an auto-completion option in master Schematron files, they aren't for Schematron files. I'm not sure I've understo...
by alex_jitianu
Fri Oct 16, 2015 8:54 am
Forum: Common Problems
Topic: Author mode: working with -oxy-placeholder-content
Replies: 2
Views: 1410

Re: Author mode: working with -oxy-placeholder-content

Hello, But it does not seem to work when :before { content:'...' } is in used on the same class. This is actually the intended behavior. If a :before exists we don't present the placeholder anymore. A solution to your problem is to use the :empty pseudo class instead: app rdg:before { content:' 'oxy...
by alex_jitianu
Thu Oct 15, 2015 9:36 am
Forum: Common Problems
Topic: Content Completion Config with XSLT
Replies: 10
Views: 5165

Re: Content Completion Config with XSLT

Hello Dirk, Yes, the feature will be present in v17.1 (to be released in a week or so). Some samples will be present in the topic Configuring the Proposals in the Content Completion Assistant . I'm not clear how to do that with the textpage:evaluateXPath expression provided which seems to return a s...
by alex_jitianu
Wed Sep 30, 2015 9:55 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hi Shabeer, The characters are not rendered correctly probably because the used font doesn't have glyphs for them. Please make sure you are using a font that can render them, for example SansSerif. To change the font used by the author mode you can either: 1. In the CSS, you can use the font-family ...
by alex_jitianu
Wed Sep 23, 2015 2:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4316

Re: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello Sébastien, I think too that is not necessary to save it in a local file, but then I want to change the editor tab's url from "http://localhost:8080/cf-psa/function/1_14_5_546953_0_5/content.dita" to "cproto://1_14_5_546953_0_5.dita" In your implementation of URLStreamHandle...
by alex_jitianu
Wed Sep 23, 2015 9:30 am
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4316

Re: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello Sébastien, Then, when I click on this conref="cproto://1_14_5_546953_0_5.dita#topicId", my custom protocole is used, to retrieve content.But the second document is open in a new editor tab with the web service url like this: "http://localhost:8080/cf-psa/function/1_14_5_546953_0...
by alex_jitianu
Tue Sep 22, 2015 3:49 pm
Forum: SDK-API, Frameworks - Document Types
Topic: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.
Replies: 5
Views: 4316

Re: CMS Integration Plugin: Retrieve CMS document content. and sore it in a local file.

Hello Sébastien, I'll be sure to pass your kind words to our documentation department! From a Workspace Access plugin you can contribute two actions, a Check out and a Check in action. The Check out action can present a remote resource browsing dialog. After the user selects the resource you can cop...
by alex_jitianu
Tue Sep 22, 2015 12:32 pm
Forum: Common Problems
Topic: Display of target data for xs:IDREF (Author mode)
Replies: 1
Views: 810

Re: Display of target data for xs:IDREF (Author mode)

Hello Malcom,

You can get the desired effect by using the oxy_xpath() function, like this:

Code: Select all

ref {
content: oxy_xpath(oxy_concat('//target[@id=', attr(ref), ']/text()'));
}
Best regards,
Alex
by alex_jitianu
Tue Sep 22, 2015 11:49 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hi Shabeer, You are inserting these symbols inside the Author page? Special characters & < should be automatically serialized as entities when saving the document. I will add an issue and we will resolve this for version 17.1. Are the built-in character entities your only concern or would you li...
by alex_jitianu
Tue Sep 22, 2015 9:58 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trigger Author Action on save?
Replies: 15
Views: 6854

Re: Trigger Author Action on save?

Hi Frank, I'm glad to hear that! I don't know how you deploy the framework to the users but for the plugin you could use the add-ons mechanism. I've uploaded an add-on packaeg on GIT so here is what you must do: 1. from the git project ExecuteAuthorActionsOnSaveHook download the content of directory...
by alex_jitianu
Mon Sep 21, 2015 3:40 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Trigger Author Action on save?
Replies: 15
Views: 6854

Re: Trigger Author Action on save?

Hello Frank, Yes, right now it will require Java programming. But this requirement is one that I've encountered before quite often. So I've create a plugin that reads some author action IDs from a configuration file and executes them before save. You can give it a try: - download ExecuteAuthorAction...
by alex_jitianu
Mon Sep 21, 2015 10:52 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hi Shabeer, I see... When adding a new symbol, the option is updated and only 20 characters are stored. I can't think of any solution right now but perhaps I can do something for version 17.1 which is to be released in a few weeks. We could add a new option to control the number of recently used sym...
by alex_jitianu
Wed Sep 16, 2015 3:14 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hi Shabeer, 1. As far as I remember you have an Eclipse plugin that uses our extensions points for various customizations. You need to invoke the code I gave you in this plugin. 2. If you do as described at 1. then all users will have the same predefined 20 symbols without having to change anything....
by alex_jitianu
Wed Sep 16, 2015 10:57 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: Inserting sysmbols support in eclipse oXygen!
Replies: 23
Views: 10695

Re: Inserting sysmbols support in eclipse oXygen!

Hello Shabeer, The number of recently used symbols is limited to 20 but you can put have your own symbols like this: PluginWorkspaceProvider.getPluginWorkspace().setGlobalObjectProperty("recently.used.characters", "abcdefg"); Starting with version 17.1 there will be a Character M...
by alex_jitianu
Fri Sep 11, 2015 4:54 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Set GRID page not editable
Replies: 2
Views: 2048

Re: Set GRID page not editable

Hello, Unfortunately the Grid page doesn't have this API. If you don't really need the Grid page, as a workaround, you could stop the author going into it by using one of the following approaches: 1. by using an WSEditorChangeListener you can listen for page change events. When the active page is th...
by alex_jitianu
Fri Aug 21, 2015 8:42 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: auto-generate DITA topic id from its file name
Replies: 7
Views: 5593

Re: auto-generate DITA topic id from its file name

Hello Eddie, When you use File->New, the newly created topic is untitled until the first save event. Because of that, when the editor variable expanding is done, we don't have a file name for ${cfn}. Perhaps if we were to perform an additional expanding on the first save event we would catch this si...
by alex_jitianu
Thu Aug 20, 2015 10:17 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: auto-generate DITA topic id from its file name
Replies: 7
Views: 5593

Re: auto-generate DITA topic id from its file name

Hello Eddie, There are no new additions regarding this support. If you get both workarounds to work, they will not clash with each other as they'll have the same effect: synchronize the ID with the file name. If you want we can try and figure out why the second workaround isn't working. Have you cha...
by alex_jitianu
Mon Aug 17, 2015 8:52 am
Forum: XQuery
Topic: Xquery to find/replace
Replies: 5
Views: 7368

Re: Xquery to find/replace

Hello,

An Oxygen project? No, but you can use the collection() function. You can use it to load files from a directory and you can load a collection using a catalog file.

Best regards,
Alex
by alex_jitianu
Tue Aug 11, 2015 4:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to force filterValidationProblems
Replies: 7
Views: 4118

Re: How to force filterValidationProblems

Hello Johann, How about if you add a button and when this button is clicked you run your custom validation and : - you present the errors in a custom view - you add a highlight in the document for each error: WSAuthorEditorPage edPage = (WSAuthorEditorPage) editorComponent.getWSEditorAccess().getCur...
by alex_jitianu
Tue Aug 11, 2015 1:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: How to force filterValidationProblems
Replies: 7
Views: 4118

Re: How to force filterValidationProblems

Hello Johann,

Can I ask why would you need this button? Isn't the automatic validation enough to signal to the user the problem? Currently, in the Author Component you don't have access to this validate button so I guess we would have to add some additional API.

Best regards,
Alex
by alex_jitianu
Tue Aug 11, 2015 11:01 am
Forum: SDK-API, Frameworks - Document Types
Topic: How to force filterValidationProblems
Replies: 7
Views: 4118

Re: How to force filterValidationProblems

Hello Johann,

What you've noticed is the automatic validation that is triggered when the user edits the document. There is also a Validate action on the toolbar that triggers a validation.
Best regards,
Alex
by alex_jitianu
Mon Aug 10, 2015 3:56 pm
Forum: XQuery
Topic: Xquery to find/replace
Replies: 5
Views: 7368

Re: Xquery to find/replace

Hi, You need XQuery Update for that: let $d := doc('file://path.to.file/file.xml') for $attr in $d//mods:displayForm[text()[contains(.,'Trust')]]/ancestor::mods:name/@type return replace value of node $attr with "changed" What's worth mentioning is that: - XQuery Update works only on docum...
by alex_jitianu
Fri Jul 31, 2015 4:02 pm
Forum: Feature Request
Topic: Experimental Dita Map PDF Wysiwyg
Replies: 3
Views: 2929

Re: Experimental Dita Map PDF Wysiwyg

Hello,

You can also pass the Highlights to the output by modifying one of the applied XSLs. Please write us an email on support@oxygenxml.com and I will give you a version of that stylesheet that handles Highlights too.

Best regards,
Alex
by alex_jitianu
Fri Jul 31, 2015 10:46 am
Forum: Common Problems
Topic: No related links output in PDF
Replies: 4
Views: 2629

Re: No related links output in PDF

Hi Chris, The different behavior comes from the different XSLs being applied for each publishing output. In OT 2.0 the transformations might be more consistent, but I haven't tried it. If you want to find out if this different behavior has intended or just something that slipped, maybe someone from ...
by alex_jitianu
Fri Jul 31, 2015 10:29 am
Forum: SDK-API, Frameworks - Document Types
Topic: XSPEC and XSLT issue
Replies: 33
Views: 17446

Re: XSPEC and XSLT issue

Hello Sai, The JXSL test framework is built on top of JUNIT and it's written in the Java programming language. Oxygen is also written in Java so the two should get along well. I suggest you build an Workspace Access plugin. This plugin will use JXSL to run XSpec test cases. For example the plugin co...
by alex_jitianu
Mon Jul 27, 2015 2:14 pm
Forum: Common Problems
Topic: No related links output in PDF
Replies: 4
Views: 2629

Re: No related links output in PDF

Hi Chris,

I'm glad you got to the bottom of the problem.

Best regards,
Alex
by alex_jitianu
Thu Jul 23, 2015 11:14 am
Forum: Other Issues
Topic: Maven repository configuration in Nexus
Replies: 4
Views: 2514

Re: Maven repository configuration in Nexus

Hello Damien,

Please give it another try. We've added permissions for file listing on the repository location.

Best regards,
Alex
by alex_jitianu
Thu Jul 23, 2015 9:31 am
Forum: Common Problems
Topic: Cannot remove <b> when track changes is on
Replies: 1
Views: 1017

Re: Cannot remove <b> when track changes is on

Hello, they cannot select and delete the <b> element and a few others. You should be able to select them but when you press Delete the elements wont disappear but instead they will be rendered strike-through. A reviewer will have to accept this change afterwards (from the contextual menu select Acce...
by alex_jitianu
Wed Jul 22, 2015 1:38 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customized CSS in DITA framework add-on
Replies: 3
Views: 2880

Re: Customized CSS in DITA framework add-on

Hello Pascale, 1. Put your CSSs last in the list. They will be loaded after the built-in ones and from the selectors with the same priority yours will prevail. If your selectors have a greater priority then the order doesn't really matter but I recommend putting them last anyway. 2. Which version of...
by alex_jitianu
Mon Jul 20, 2015 11:57 am
Forum: Other Issues
Topic: Unicode characters in xml:id (or xsd:ID and xsd:Name in XML
Replies: 1
Views: 1763

Re: Unicode characters in xml:id (or xsd:ID and xsd:Name in XML

Hello,

It looks like an issue in Jing (which Oxygen uses for validating RelaxNG). I've added an issue to investigate an we will let you know the conclusions.

Best regards,
Alex