Search found 16 matches

by jannylun
Tue Mar 25, 2014 4:38 pm
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 14029

Re: Generating HTML5 DOCTYPE with XSLT

I agree with jelovirt, the preferred way from XSLT is to use the proper legacy string. However, this does currently not validate in Oxygen 15.

Image
by jannylun
Sun Feb 23, 2014 11:26 pm
Forum: Feature Request
Topic: HTML to XHTML from context menu.
Replies: 1
Views: 1731

HTML to XHTML from context menu.

I request that you make the HTML to XHTML conversion feature reachable from the context menu. Currently I can use it from import HTML, but it would be handy to be able to use the same feature on a selection in the editor. :)
by jannylun
Thu Dec 19, 2013 3:39 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Bug in documentation: Configuring a References Resolver
Replies: 1
Views: 1831

Bug in documentation: Configuring a References Resolver

Hello!

In step 5 of http://oxygenxml.com/doc/ug-editor/#tas ... olver.html you have accidentally included the code for getDisplayName instead of getReferenceUniqueID.

Br,
Jan
by jannylun
Fri Dec 13, 2013 5:43 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom framework + external content references
Replies: 2
Views: 2274

Re: Custom framework + external content references

Thanks Radu! I'll look into this on monday, have a nice weekend!
by jannylun
Fri Dec 13, 2013 5:07 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Custom framework + external content references
Replies: 2
Views: 2274

Custom framework + external content references

Hello! I'm making a custom framework for our custom XML, and I'd like to use similar features as with DITA's conref, that is, pull content from another document into the currently open module. I'm able to get raw xml content included, but I'd like to get it renderd properly as well (readonly might b...
by jannylun
Wed Feb 29, 2012 1:40 pm
Forum: Feature Request
Topic: Validating DITA-OT PDF2 plugins.
Replies: 2
Views: 2138

Re: Validating DITA-OT PDF2 plugins.

I think I solved it by reading some old posts. This is how to do it. 1. Add your custom plugins catalog.xml to Preferences XML catalog. 2. Add DITA-OT's demo/fo/cfg/catalog.xml to Preferences XML catalog. (Its important that this one is later than your custom plugin). 3. Create a validation scenario...
by jannylun
Wed Feb 29, 2012 12:27 pm
Forum: Feature Request
Topic: Validating DITA-OT PDF2 plugins.
Replies: 2
Views: 2138

Validating DITA-OT PDF2 plugins.

The DITA-OT pdf (pd2) plugin uses a catalog file for customization. Because of this, it's not possible to validate XSL in the plugins you create without making some temporary files.

Has anyone already solved this issue, or how does people work with developing pdf2 plugins within oxygen?
by jannylun
Fri Sep 30, 2011 11:08 pm
Forum: Other Issues
Topic: JSON Validator not accepting top level arrays.
Replies: 6
Views: 3425

Re: JSON Validator not accepting top level arrays.

Hello Radu! For example: [ { "color": "red", "value": "#f00" }, { "color": "green", "value": "#0f0" } ] or [ 100, 500, 300, 200, 400 ] Gives error: E [JSON Validator] A JSONObject text must begin with '{' These are valid...
by jannylun
Fri Sep 30, 2011 2:06 pm
Forum: Other Issues
Topic: JSON Validator not accepting top level arrays.
Replies: 6
Views: 3425

JSON Validator not accepting top level arrays.

Moi!

The built-in JSON Validator does not consider top level arrays as valid JSON. Top level arrays may not be the preferred solution, but I believe they are valid JSON. Please check the behavior of the validator.

Br,
Jan
by jannylun
Thu Sep 09, 2010 2:27 pm
Forum: Feature Request
Topic: Commandline or library diff tool
Replies: 6
Views: 7033

Re: Commandline or library diff tool

I second this request, it would sometimes be very useful. Has it been discussed at Syncro?
by jannylun
Wed Sep 02, 2009 8:17 am
Forum: Feature Request
Topic: Mac OS X: oxygen.lock location
Replies: 1
Views: 1401

Mac OS X: oxygen.lock location

On Mac OS X the file oxygen.lock is stored in the users home folder. A more suitable place would maybe be:

Code: Select all

~/Application Support/OxygenXMLEditor/
by jannylun
Tue May 26, 2009 1:38 pm
Forum: Feature Request
Topic: Drag-and-drop links from DITA Maps Manager
Replies: 5
Views: 3769

Re: Drag-and-drop links from DITA Maps Manager

I agree with jelovirt, this functionality would be handy. I'd also like to add that a similar request: 1. User has project view and a DITA topic open in text/author view. 2. User drags an image into a text/author view. 3. Oxygen detects if an <image> element is allowed and adds: <image href='image.j...
by jannylun
Tue May 26, 2009 1:21 pm
Forum: Feature Request
Topic: Drag file to DITA Maps Manager
Replies: 8
Views: 5614

Re: Drag file to DITA Maps Manager

It would be possible but the point is the flow needs to be reworked so that DITA-OT transformations could be easily performed on DITA topics. Opening topics in the DITA Maps Manager is obviously a workaround to allow this. So we are trying to avoid implementing workarounds for other workarounds as ...
by jannylun
Mon May 25, 2009 12:43 pm
Forum: Feature Request
Topic: Drag file to DITA Maps Manager
Replies: 8
Views: 5614

Re: Drag file to DITA Maps Manager

The problem is that the drag behavior is used to re-arrange or split editor tabs in the edit area. We cannot add the behavior of dragging tabs to the DITA Maps Manager or to the Project without disabling the default behavior which is done through a third party component (the Jide docking framework)...
by jannylun
Wed May 20, 2009 2:27 pm
Forum: Feature Request
Topic: Drag file to DITA Maps Manager
Replies: 8
Views: 5614

Re: Drag file to DITA Maps Manager

I second this request. Especially considering the workaround for running DITA-OT transformations on DITA topics, it would be nice to be able to drag'n'drop files into the DITA Maps Manager.

Reference: http://www.oxygenxml.com/pipermail/oxyg ... 02393.html