Search found 10 matches

by sriram_l
Tue Jul 17, 2018 3:11 pm
Forum: Other Issues
Topic: Specify url as a constant in Oxygen XML web author
Replies: 1
Views: 1687

Specify url as a constant in Oxygen XML web author

Hi, In my XML i've a element that holds image element. in order to display the image, I'm specifying the absolute 'url' in the src attribute as follows: Current implementation: <figure> <img src="http://servename:port/context-root/REST_WS/imageID"/> </figure> In the CSS I use the following...
by sriram_l
Thu Jun 28, 2018 3:46 pm
Forum: Other Issues
Topic: Open external XML in Oxygen XML Web Author
Replies: 4
Views: 2516

Re: Open external XML in Oxygen XML Web Author

The framework is present and binding has been set in the framework. The problem was with my REST service that was sending the XML with a different case of the root element and due to this case mismatch the CSS was not applied. After fixing the REST service things are back to normal.
by sriram_l
Thu Jun 28, 2018 10:09 am
Forum: Other Issues
Topic: Open external XML in Oxygen XML Web Author
Replies: 4
Views: 2516

Re: Open external XML in Oxygen XML Web Author

I've created a REST services(GET and PUT) that produces/consumes the XML and I'm able to load/save the XML in the editor but CSS is not applied. Should the REST end point have any file name convention for CSS to be applied correctly?
by sriram_l
Wed Jun 27, 2018 11:16 am
Forum: Other Issues
Topic: Open external XML in Oxygen XML Web Author
Replies: 4
Views: 2516

Open external XML in Oxygen XML Web Author

Hi, As of now I'm opening the XML stored in Tomcat work folder in Oxygen XML Web Author but I want to open an external XML and edit the XML in Oxygen XML Web Author and save the XML contents. The external XML can be retrieved either by any one of the following methods 1. calling a REST web service 2...
by sriram_l
Mon Jun 25, 2018 9:35 am
Forum: Other Issues
Topic: Move caret position programatically in Oxygen XML Web Author
Replies: 2
Views: 2079

Move caret position programatically in Oxygen XML Web Author

Hi, How to move the caret position to desired element in Oxygen XML Web Author scenario - I've a list(ul) and the user is allowed to place the cursor in any of the list items(li) to edit using a form like dialog. I'm able to navigate the DOM till the parent 'ul' and the type of object I got is "...
by sriram_l
Mon Jun 18, 2018 10:43 am
Forum: Other Issues
Topic: Image download from external source
Replies: 5
Views: 3168

Re: Image download from external source

Hi, I've achieved what you have given as sample by exposing an image from a web server and providing its link in the content and that displayed the image. Please find below replies to your queries: 1. Is this case what you had in mind? []The problem that I'm trying to solve is - the image will be fr...
by sriram_l
Thu Jun 14, 2018 12:41 pm
Forum: Other Issues
Topic: Image download from external source
Replies: 5
Views: 3168

Re: Image download from external source

Hi Cristian,
The image is a linked in the content and I'm able to do link and display the image on editor.

but what about REST calls to external systems. How can this be done?
by sriram_l
Tue Jun 12, 2018 2:38 pm
Forum: Other Issues
Topic: Image download from external source
Replies: 5
Views: 3168

Image download from external source

Hi,
In Oxygen XML web Author, Is there a way to download image from external source? I tried using 'content' property of CSS by passing the absolute URL but this gets appended to the oxygen REST URL to fetch image cached.
by sriram_l
Thu Jun 07, 2018 5:27 pm
Forum: Other Issues
Topic: Customizing insert element
Replies: 2
Views: 2483

Customizing insert element

Hi, I'm new to Oxygen XML web Author and we are evaluating for our application. I've been using the forum and documentation to achieve part of the goal. 1. The first step is inserting element - in this the user should be proivded a text box to enter text and the element is inserted along with this t...