Search found 9081 matches

by Radu
Mon Mar 26, 2012 10:19 am
Forum: DocBook
Topic: How to get current file path?
Replies: 2
Views: 3550

Re: How to get current file path?

Hi Jeffrey,

The method you are looking for is this one:

Code: Select all

AuthorAccess authorAccess = ...;
URL currentEditorLocation = authorAccess.getEditorAccess().getEditorLocation()
Regards,
Radu
by Radu
Fri Mar 23, 2012 4:26 pm
Forum: Common Problems
Topic: CSS Alternative Image
Replies: 12
Views: 5456

Re: CSS Alternative Image

Hi Patrick, There is a possibility to accomplish what you want using our Author SDK Java API: http://www.oxygenxml.com/oxygen_sdk.html#XML_Editor_Authoring_SDK There is an entire chapter in our user guide devoted to customizing the Author page: http://www.oxygenxml.com/doc/ug-editor/index.html?q=/do...
by Radu
Fri Mar 23, 2012 2:34 pm
Forum: Other Issues
Topic: No AuthorCaretListener in the Text View of the XML Editor
Replies: 2
Views: 1219

Re: No AuthorCaretListener in the Text View of the XML Editor

Hi Simon, There is a method called: /** * Get the internal text component which is currently used for editing. * * @return for the stand alone version, a javax.swing.JTextArea and for the eclipse implementation a org.eclipse.swt.custom.StyledText. * * @since 12 */ Object ro.sync.exml.workspace.api.e...
by Radu
Fri Mar 23, 2012 11:43 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: author mode codeblock / coderef in dita
Replies: 3
Views: 3444

Re: author mode codeblock / coderef in dita

Hi, Basically the content completion inserts only the elements which are declared as required by the associated DTDs (or schemas). But you have a good workaround by using code templates: Go to the Oxygen Preferences-> Editor / Templates / Code Templates page and define a new code template. Set as th...
by Radu
Wed Mar 21, 2012 1:52 pm
Forum: Common Problems
Topic: CSS Alternative Image
Replies: 12
Views: 5456

Re: CSS Alternative Image

Hi Patrick,

Sorry, we do not have APi for such a customization.
Could you describe us the use case in more details?

Regards,
Radu
by Radu
Tue Mar 20, 2012 11:26 am
Forum: Other Issues
Topic: AuthorCaretListener while clicking on an image
Replies: 4
Views: 2008

Re: AuthorCaretListener while clicking on an image

Hi Simon, You are right :) All our side views are coalescing caret move events. This means that they do not update on every caret move (the caret can be moved a lot when the user scrolls using the arrow keys for example). Each of our views has a timer which gets triggered by each caret move. So when...
by Radu
Tue Mar 20, 2012 9:47 am
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 14122

Re: Generating HTML5 DOCTYPE with XSLT

Hi, From what I've tested a Web Browser always interprets opened HTML files as HTML 5 so you do not need to set that <!DOCTYPE html> in the file in order for the browser to interpret it as HTML 5. From an XML point of view a syntax like this: <!DOCTYPE html> without specifying a public or system ID ...
by Radu
Mon Mar 19, 2012 5:55 pm
Forum: Other Issues
Topic: AuthorCaretListener while clicking on an image
Replies: 4
Views: 2008

Re: AuthorCaretListener while clicking on an image

Hi Simon, As a default behavior when you click on an image element in the Author page Oxygen selects the entire element. The first event gets fired when the caret is placed inside the element. Then Oxygen automatically selects the <image> element, which means that first it moves the caret before the...
by Radu
Mon Mar 19, 2012 1:29 pm
Forum: Common Problems
Topic: Display SWkeys TTF font in XML Author
Replies: 3
Views: 2668

Re: Display SWkeys TTF font in XML Author

Hi,

Thanks for posting the workaround. I have no idea why one works and the other doesn't in the Java VM, it would probably take a lot of digging to find out.

Regards,
Radu
by Radu
Mon Mar 19, 2012 12:19 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Why are tables always formatted "proportional" in FOP/PDF
Replies: 1
Views: 2840

Re: Why are tables always formatted "proportional" in FOP/PDF

Hi,

I agree with you.
There is an old bug opened on the DITA OT Bugs List:

https://sourceforge.net/tracker/index.p ... tid=725074

I added two comments there about how the issue would be fixed both for PDF and HTML outputs.

Regards,
Radu
by Radu
Mon Mar 19, 2012 11:33 am
Forum: Common Problems
Topic: Display SWkeys TTF font in XML Author
Replies: 3
Views: 2668

Re: Display SWkeys TTF font in XML Author

Hi, Oxygen is a Java application and in order for Oxygen to support certain fonts for visual editing the fonts need to be properly installed in the operating system (on Windows this means copying the fonts to the Fonts directory). I will consider that you have already done this. The SWKeys font fami...
by Radu
Mon Mar 19, 2012 9:44 am
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 14122

Re: Generating HTML5 DOCTYPE with XSLT

Hi, You could use the xsl:text element to output the empty DOCTYPE declaration like: <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xhtml"/> <xsl:template match="/"> <xsl:text disable-output-escaping='yes'><...
by Radu
Mon Mar 19, 2012 9:39 am
Forum: XSLT and FOP
Topic: DITA-OT Customization directory
Replies: 3
Views: 1982

Re: DITA-OT Customization directory

Hi, If you look at step (5) in the link I gave you, it involved setting a customization.dir parameter which pointed to your customization folder. If you do not set that parameter at all (default behavior), by default the customization folder will be considered to be the one from the DITA OT. Regards...
by Radu
Fri Mar 16, 2012 5:36 pm
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2425

Re: Content Assist Extension - Mixing Element Values and Elements

Hi Daniel, You are right. We deliberately removed them when the CC Window is shown in order to surround a certain selection. But we probably made the wrong decision, I see that there can be use cases in which you want the author operations to appear even in this case. I added an improvement request ...
by Radu
Fri Mar 16, 2012 10:02 am
Forum: XSLT and FOP
Topic: DITA-OT Customization directory
Replies: 3
Views: 1982

Re: DITA-OT Customization directory

Hi, Please see these steps I published on another forum thread a while ago: http://www.oxygenxml.com/forum/post18642.html?hilit=customization%20dir#p18642 The steps are for having a customization directory in a folder outside the DITA OT, thus making it easier to upgrade the DITA OT to a newer versi...
by Radu
Thu Mar 15, 2012 5:50 pm
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2425

Re: Content Assist Extension - Mixing Element Values and Elements

Hi Daniel, There is a way but not by using the SchemaManagerFilter. If you edit the document type in the Document Type Association Preferences page in the Author tab there is a Content Completion tab. This tab actually allows you to add user defined actions to the content completion window or to the...
by Radu
Thu Mar 15, 2012 4:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using the PI MOD standard
Replies: 1
Views: 3068

Re: Using the PI MOD standard

Hi Simon, PI MOD is an XML vocabulary for which Oxygen has no out-of-the-box support. Oxygen has out-of-the-box support for DITA, Docbook, TEI, XHTML but this support is not hard coded, it is based on an implementation of a Document Type: http://www.oxygenxml.com/doc/ug-oxygen/index.html?q=/doc/ug-o...
by Radu
Wed Mar 14, 2012 10:01 am
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to generate a page break
Replies: 2
Views: 7709

Re: How to generate a page break

Hi, Oxygen uses the DITA Open Toolkit to publish DITA content to various output sources. If you look in this XSL: OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/demo/fo/xsl/fo/commons.xsl there is an XSL template: <xsl:template match="*[contains(@class, ' topic/topic ')]"> which at some stage ...
by Radu
Wed Mar 14, 2012 9:47 am
Forum: Other Issues
Topic: Elements View in Eclipse version
Replies: 4
Views: 2077

Re: Elements View in Eclipse version

Hi Simon,

You are right, the second column is never used.
We'll try to remove the table header completely + give all the extra space to the first column.
What you could try to do if you want this fix earlier would be to somehow get access to the internal table and customize it.

Regards,
Radu
by Radu
Tue Mar 13, 2012 1:05 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: DITA webhelp output - how to change hovertext for <term> element?
Replies: 2
Views: 3599

Re: DITA webhelp output - how to change hovertext for <term> element?

Hi, If you look in this XSL: OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT/xsl/xslhtml/dita2htmlImpl.xsl it contains a template called: <xsl:template match="*[contains(@class,' topic/term ')]" name="topic.term">.... That template contains 2 variables called: <xsl:variable name="...
by Radu
Mon Mar 12, 2012 5:01 pm
Forum: Other Issues
Topic: Filtertext above the Tree in the Outline View
Replies: 1
Views: 1145

Re: Filtertext above the Tree in the Outline View

Hi Simon,

Thanks for the tip, indeed right now we are using custom components but we'll look into this.

Regards,
Radu
by Radu
Mon Mar 12, 2012 12:58 pm
Forum: Other Issues
Topic: Title of the XML editor in Eclipse version
Replies: 2
Views: 1443

Re: Title of the XML editor in Eclipse version

Hi Simon, The Oxygen plugin does not alter the functionality of displaying the tab title in any way. So I do not know what suggestion to give you. Possible when Eclipse is closed, it uses the: org.eclipse.ui.ide.FileStoreEditorInput.getPersistable() to save the path to the file in its options, and t...
by Radu
Fri Mar 09, 2012 3:57 pm
Forum: Other Issues
Topic: Adding one .dita file to .ditamap changes transformation of whole document?!
Replies: 11
Views: 4163

Re: Adding one .dita file to .ditamap changes transformation of whole document?!

Hi Mary, I took a look at the images and here are my findings: All image dimensions are small so no out of memory problem should arise from this. Both Oxygen and the DITA Open Toolkit are Java applications so you get the same behavior in them. Oxygen cannot display the image when editing a topic and...
by Radu
Fri Mar 09, 2012 1:44 pm
Forum: General XML Questions
Topic: enumerations - WSDL SOAP Analyzer
Replies: 1
Views: 2038

Re: enumerations - WSDL SOAP Analyzer

Hi,

Content completion in the request area should propose you all enumeration values.
Could you send us at support@oxygenxml.com a sample WSDL and more details in order to reproduce the problem on our side?

Regards,
Radu
by Radu
Fri Mar 09, 2012 12:48 pm
Forum: Other Issues
Topic: Adding one .dita file to .ditamap changes transformation of whole document?!
Replies: 11
Views: 4163

Re: Adding one .dita file to .ditamap changes transformation of whole document?!

Hi Mary,

You can either contact us using the support@oxygenxml.com email address or by filling out this form:

http://www.oxygenxml.com/techSupport.html

Regards,
Radu
by Radu
Fri Mar 09, 2012 11:32 am
Forum: Other Issues
Topic: Adding one .dita file to .ditamap changes transformation of whole document?!
Replies: 11
Views: 4163

Re: Adding one .dita file to .ditamap changes transformation of whole document?!

Hi Mary, Your intuition might be correct. PNG files are usually small on disk because they are usually very compressed (they are like an archive of the original image). But when loaded in the memory of an application (Oxygen or the DITA-OT) the image might take a lot of memory depending on the width...
by Radu
Thu Mar 08, 2012 6:26 pm
Forum: Other Issues
Topic: Adding one .dita file to .ditamap changes transformation of whole document?!
Replies: 11
Views: 4163

Re: Adding one .dita file to .ditamap changes transformation of whole document?!

Hi Mary, Oxygen uses the DITA Open Toolkit to publish DITA content to various output sources. I'm building a small PDF out of a dozen small .dita files. Each file validates and is well-formed (not definitive, I know). I have had build errors in the past, so am troubleshooting by buildng the ditamap ...
by Radu
Thu Mar 08, 2012 10:29 am
Forum: Other Issues
Topic: Selecting multiple areas in Author Interface
Replies: 2
Views: 1264

Re: Selecting multiple areas in Author Interface

Hi Cole, Also Oxygen 14 will have support to easily cut/copy/paste and drag and drop table columns. The support will be built-in for the bundled document types (DITA, Docbook, TEI, etc) but if you have a custom document type you will need to implement a specific API for column insertion. Regards, Radu
by Radu
Tue Mar 06, 2012 6:02 pm
Forum: Feature Request
Topic: Search and Replace
Replies: 1
Views: 1869

Re: Search and Replace

Hi Charles, So you are referring to the Replace all button from the Find/Replace in Files dialog, right? We do not have API to remove it from there but we plan for Oxygen 14 to allow a preview of the replaced content as a default behavior so that authors can see what changes they accept. Regards, Radu
by Radu
Tue Mar 06, 2012 12:04 pm
Forum: Common Problems
Topic: Problem with Authormode - Bug?
Replies: 2
Views: 1597

Re: Problem with Authormode - Bug?

Hi Stefan, Oxygen uses the associated schema (in your case RNG schema) to know for which elements it can normalize or ignore whitespaces when presenting them in the Author page. So if the schema specifies that an element can only have child elements then Oxygen knows that it can remove the extra ind...