Search found 1008 matches

by alex_jitianu
Tue Jan 12, 2016 12:11 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ${baseFramework} in CSS oxy_url()
Replies: 6
Views: 4402

Re: ${baseFramework} in CSS oxy_url()

Hello,

In Oxygen version 17.1 the oxy_url() function will resolve ${baseFramework} too. Hope it helps!

Best regards,
Alex
by alex_jitianu
Mon Jan 11, 2016 1:36 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Get current document schema url
Replies: 2
Views: 2207

Re: Get current document schema url

Hello Chris,

It looks like EditorVariables.DETECTED_SCHEMA_URL variable only gets expanded inside a few, specific contexts. Please try:

Code: Select all

aa.getDocumentController().getAuthorSchemaManager().getGrammarURLs();
Best regards,
Alex
by alex_jitianu
Thu Jan 07, 2016 1:40 pm
Forum: Common Problems
Topic: CSS @page marked invalid?
Replies: 2
Views: 1649

Re: CSS @page marked invalid?

Hello Martin,

In version 17.1 we've fixed the issue you've reported on this thread.

Best regards,
Alex
by alex_jitianu
Thu Jan 07, 2016 1:32 pm
Forum: Other Issues
Topic: oxy_textArea
Replies: 4
Views: 2958

Re: oxy_textArea

Hello, Starting with Oxygen version 17.1 the text area form control can edit the XML content of an element. For example, if you have the following XML content: <codeblock>START_TEXT<ph>phase</ph><apiname><text>API</text></apiname></codeblock> and your CSS includes the following snippet: codeblock:be...
by alex_jitianu
Mon Jan 04, 2016 3:38 pm
Forum: Other Issues
Topic: Combobox from XSLT (author mode XSLTOperation)
Replies: 2
Views: 1864

Re: Combobox from XSLT (author mode XSLTOperation)

Dear Hayim, New lines can be added in the message by using character entities: &#xA; Here's an example on how to use this entity and how to specify a list of possible values: <xsl:value-of select="jop:showInputDialog( null, 'Message on&#xA; two lines', 'The title', 3, null, ('apple','or...
by alex_jitianu
Tue Dec 22, 2015 11:07 am
Forum: XML Schemas
Topic: Group by - default = Location
Replies: 2
Views: 5776

Re: Group by - default = Location

Hi,

The default grouping is the chosen split criteria. Inside XML Schema Documentation dialog, select Split by location and you will also get the Group by default set to Location. Maybe it's enough for your use case...

Best regards,
Alex
by alex_jitianu
Tue Dec 22, 2015 10:35 am
Forum: XML Schemas
Topic: Edits to xsdDocHtml.xsl Don't Have Any Effect
Replies: 1
Views: 2283

Re: Edits to xsdDocHtml.xsl Don't Have Any Effect

Hello, You mentioned you have customized {oxygenInstallDir}\frameworks\schema_documentation\xsl\xsdDocHtml.xsl . This means that the CSS file copied and applied is: {oxygenInstallDir}\frameworks\schema_documentation\xsl\docHtml.xsl . You could just add your CSS rules inside this file and you wont ha...
by alex_jitianu
Mon Dec 21, 2015 2:52 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8439

Re: Best way to deploy Global Options?

Hello Tamas, Is is possible to update only those code-templates, where their key is matching (or add if doesn't exists), but keep the additional code-tamples defined by the user? Unfortunately we don't have API for getting the value of an option. User options might contain sensitive data and that's ...
by alex_jitianu
Mon Dec 14, 2015 10:08 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hello Johann, I'm glad to hear that it is working on your side too. 17.1.0.1 is an official SDK maintenance build although it was not officially announced yet. We intend to release another Oxygen build close to Christmas and we will probably officially announce them both then (Oxygen build + SDK). B...
by alex_jitianu
Wed Dec 09, 2015 10:11 am
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hi Johann, Really sorry to hear that! I've tested by copying lists from Word 2016. I don't see an exception (like I've previously did) and the list structure is being kept. The JAR that should solve this problem is oxygen-css-pretty-printer-obf-17.1.0.1.jar. Is this Jar brought by Maven and present ...
by alex_jitianu
Tue Dec 08, 2015 12:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hello Johann, There was indeed a JAR missing from the SDK. I've regenerated the 17.1.0.1 SDK and tested it myself and I was able to successfully paste from Word. Please remove {user.home}/.m2/repository/com/oxygenxml before rebuilding the project (to make sure the latest artifacts are retrieved). Be...
by alex_jitianu
Fri Dec 04, 2015 6:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hello Johann,

I'm not sure what's wrong... I'll double check and get back to you with the conclusions...

Best regards,
Alex
by alex_jitianu
Fri Dec 04, 2015 2:28 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hello Johann,

We've just uploaded a new SDK version ( 17.1.0.1) that should fix this issue. Please give it a try.

Best regards,
Alex
by alex_jitianu
Wed Dec 02, 2015 12:16 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Refactoring framework files with XInclude
Replies: 4
Views: 2645

Re: Refactoring framework files with XInclude

Hello Johann, 1) You've done everything right. I've tested myself and the conclusion is that it is an issue on our side. When loading the *.framework file we don't provide a base system Id and as a result menubarDescriptor.txt is looked for in the application installation directory (not in the frame...
by alex_jitianu
Wed Dec 02, 2015 11:48 am
Forum: Common Problems
Topic: Problem with XQuery validation
Replies: 4
Views: 2157

Re: Problem with XQuery validation

Hi Martin, This second issue is also related to our security checks. The validation of an ANT script shouldn't have any need to write to the file system. In your case though,it is our internal logging which tries to do that and it is wrongfully stopped. Both of these issues (The ANT and the null par...
by alex_jitianu
Thu Nov 26, 2015 4:20 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Customizing Styles option in oXygen
Replies: 1
Views: 1112

Re: Customizing Styles option in oXygen

Hi Shabeer,

The entries you see in the Styles menu are the CSSs configured inside the framework.

Best regards,
Alex
by alex_jitianu
Wed Nov 25, 2015 12:55 pm
Forum: XSLT and FOP
Topic: TEI xsl-fo (footnotes and table captions)
Replies: 3
Views: 2756

Re: TEI xsl-fo (footnotes and table captions)

Hello,

The TEI publishing support in Oxygen is based on the official TEI XSLTs. Perhaps you can try asking this question on the official TEI mailing list: TEI-L@LISTSERV.BROWN.EDU . Chances are someone from the TEI community will know more about the PDF transformation.

Best regards,
Alex
by alex_jitianu
Thu Nov 19, 2015 4:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hi Johann, I couldn't test with neither MS Word 2010 nor 2013 because I don't have a license for neither of them. But I can tell you that the problem comes from the fact that inside the HTML there is a CSS block. Chances are MS Word 2010 nor 2013 do the same. Basically the cause of the fail is a mis...
by alex_jitianu
Thu Nov 19, 2015 3:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007
Replies: 14
Views: 5656

Re: Oxygen Component 17.1 - Copy-Paste not working from MS Word 2007

Hello Johann, Thank you for reporting this issue. I've managed to reproduce it myself. Apparently some classes required to handle the XHTML that Word 2007 puts in the clipboard are missing from the 17.1 SDK. After we fix this issue we will release a new 17.1 SDK and we will send you a notification. ...
by alex_jitianu
Fri Nov 06, 2015 9:58 pm
Forum: Common Problems
Topic: href to a specific node
Replies: 8
Views: 2193

Re: href to a specific node

Hello, Quite an unexpected behavior...but if you say the situation happens only when @refdoc is not set (or empty) you can filter this particular situation through the CSS selector: xr[refdoc]:not([refdoc=""]) { link: oxy_url(attr(refdoc)) "#" "element(" oxy_xpath( oxy_...
by alex_jitianu
Thu Nov 05, 2015 4:12 pm
Forum: Feature Request
Topic: User defined css functions
Replies: 2
Views: 1987

Re: User defined css functions

Hi Patrik, I agree, it's a lot easier to identify a node through a CSS selector and having all the rules in one place helps with the maintenance. As a side note, the CSS inspector will present in the Computed tab the rules that come from the StylesFilter too (you have no hint that they come from a S...
by alex_jitianu
Thu Nov 05, 2015 4:04 pm
Forum: Other Issues
Topic: Customising error messages
Replies: 8
Views: 3117

Re: Customising error messages

Hello,

Is it presented only in the results area at the bottom or both in the document and in the result area? The constructor of ReferenceResolverException has a showInResultsPanel boolean parameter. Please make sure its value is false.

Best regards,
Alex
by alex_jitianu
Wed Nov 04, 2015 4:39 pm
Forum: Common Problems
Topic: Attributes window - include data from other documents in pulldown list for xs:IDREF
Replies: 3
Views: 1219

Re: Attributes window - include data from other documents in pulldown list for xs:IDREF

Hello,

Yes, it will work. You are basically contributing to content completion which means that your values will appear everywhere that attribute is being edited: text page, author page, in-place attributes editor etc.

Best regards,
Alex
by alex_jitianu
Wed Nov 04, 2015 11:11 am
Forum: Other Issues
Topic: Customising error messages
Replies: 8
Views: 3117

Re: Customising error messages

Hello, If you have your own reference resolver then it means you have an implementation of an AuthorReferenceResolver. On AuthorReferenceResolver.resolveReference() you can identify the error situation and throw an ReferenceResolverException in which you will give the correct error message. Best reg...
by alex_jitianu
Wed Nov 04, 2015 10:38 am
Forum: Common Problems
Topic: href to a specific node
Replies: 8
Views: 2193

Re: href to a specific node

Hello, Strange. I've tested myself on some sample files and in my case the node was selected no matter if the target file was already open or not. If you contact us on email support@oxygenxml.com I can send you some samples of mine and perhaps you can also send me some samples to reproduce the behav...
by alex_jitianu
Wed Nov 04, 2015 10:33 am
Forum: Common Problems
Topic: Attributes window - include data from other documents in pulldown list for xs:IDREF
Replies: 3
Views: 1219

Re: Attributes window - include data from other documents in pulldown list for xs:IDREF

Hello, You can configure content completion through a configuration file . In this configuration file you can specify that the values are taken by executing an XSLT: <match attributeName="type"> <xslt href="../xsl/get_values_from_db.xsl" useCache="false" action="re...
by alex_jitianu
Tue Nov 03, 2015 12:26 pm
Forum: Common Problems
Topic: href to a specific node
Replies: 8
Views: 2193

Re: href to a specific node

Hello, The default implementation for locating elements works with: - ID scheme: file:/.../foo.xml#my_id - XInclude element scheme : element(/1/2) That being said, if @rid is is declared as having ID type then you can use this rule: xr { link: oxy_url(attr(refdoc)) "#" attr(ref); content: ...
by alex_jitianu
Tue Nov 03, 2015 11:30 am
Forum: Other Issues
Topic: Customising error messages
Replies: 8
Views: 3117

Re: Customising error messages

Hello, The easiest way is from the CSS , like this: oxy|error { visibility: -oxy-collapse-text; } oxy|error:after { content: "My own message]" !important; } Don't forget to decalre the oxygen namespace at the beginning of the CSS: @namespace oxy "http://www.oxygenxml.com/extensions/au...
by alex_jitianu
Tue Nov 03, 2015 11:09 am
Forum: Common Problems
Topic: Validation - file not found
Replies: 1
Views: 1124

Re: Validation - file not found

Hello Joakim, You can disable the validation that report these messages. Here is what you must do: - go to Option->Preferences... and select page Document Type Association - identify your document type/framework. It can be either the default DITA framework or maybe your CCMS has given you a customiz...
by alex_jitianu
Mon Oct 26, 2015 3:51 pm
Forum: Common Problems
Topic: Best way to deploy Global Options?
Replies: 23
Views: 8439

Re: Best way to deploy Global Options?

Hello Cris,

The Customizing Default Options topic from the Eclipse User guide describes the procedure for the Eclipse distribution.

Best regards,
Alex